summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-12-14Case insensitive comparison only for html5 tagsAsmir Mustafic
2014-11-24Case insensitive tagsAsmir Mustafic
2014-09-30Handling empty documentsAsmir Mustafic
2014-09-23Fragments with rulesAsmir Mustafic
2014-08-01Closes #56Asmir Mustafic
2014-07-22Merge remote-tracking branch 'goetas/bolean-attr'Asmir Mustafic
2014-07-09Optimized namespaceAttrs, removing one xpath queryAsmir Mustafic
2014-07-08Removed xmlns workaround, using a different method, that supports XMLNSAsmir Mustafic
2014-06-30Easier implementation. Instead looking for boolean attributes, we canAsmir Mustafic
2014-06-30Fiexed a issue when xmlNamespaces = trueAsmir Mustafic
2014-06-26Added compatibility with Facebook HHVM 3.2Asmir Mustafic
2014-06-17Serialization rules for boolean attributesAsmir Mustafic
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-17Custom namespaces (XML style)Asmir Mustafic
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2014-06-11Fixed broken test after #37 margeAsmir Mustafic
2014-06-11Merge pull request #37 from goetas/new-error-handlingAsmir Mustafic
2014-06-09#32 Fixed bug where character references were being encoded in style tags.Matt Farina
2014-06-09Added a test to verify we don't have a script being cut off part way though a...Matt Farina
2014-06-04Refactored HTML5 class (no more static methods) and explicit errorAsmir Mustafic
2014-05-25Parse RCDATA the right wayKITAITI Makoto
2014-05-15Merge pull request #34 from goetas/prs-testsMatt Farina
2014-05-14Update TokenizerTest.phpAsmir Mustafic
2014-05-14Update DOMTreeBuilderTest.phpAsmir Mustafic
2014-05-14Moved some class in separate filesAsmir Mustafic
2014-05-12PRS-4 testsAsmir Mustafic
2014-04-16Don't throw an exception for invalid tag namesMišo Belica
2014-02-21Ignore attributes with illegal chars in name (fixes #23)Mišo Belica
2014-02-11Updated the text escaping and added some separation between escaping and conv...Matt Farina
2014-02-11Merge pull request #25 from goetas/patch-2Matt Farina
2014-02-11Merge pull request #27 from miso-belica/fix-win-eol-testsMatt Butcher
2014-02-11Merge pull request #28 from miso-belica/fix-infinite-cycleMatt Butcher
2014-02-11Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2014-02-11Fix for #25: Handle missing tag close in attribute list.Matt Butcher
2014-02-11Fixed infinite loop for char "&" in unquoted attributeMišo Belica
2014-02-11Removed trailing whitespaceMišo Belica
2014-02-11Fixed tests on Windows: changed "\n" -> PHP_EOLMišo Belica
2014-02-11Tests and code style + nbsp handlingAsmir Mustafic
2014-02-10tests and html5 standardsAsmir Mustafic
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and norma...Matt Farina
2014-02-04escaping attributes in a different wayAsmir Mustafic
2014-02-04Added a test for 8785fc5775df52dd4a6b63677ebd08f8301ffdccAsmir Mustafic
2014-02-04Test enc output ruleAsmir Mustafic
2013-11-06Added instruction processor tests that do something interesting and useful as...Matt Farina
2013-11-06Cleaning up the sarcasm tag parsing.Matt Farina
2013-11-06Improved test coverage. This caused a bug in processor instructions to appear...Matt Farina
2013-11-05Added traverser test coverage for processing instructions.Matt Farina
2013-11-05Added tests for the output of processor instructions that lead to fixing that...Matt Farina
2013-11-05Added more tests for the HTML5 class to complete test coverage.Matt Farina