summaryrefslogtreecommitdiff
path: root/test/HTML5/Serializer/OutputRulesTest.php
AgeCommit message (Expand)Author
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-15Merge pull request #34 from goetas/prs-testsMatt Farina
2014-05-12PRS-4 testsAsmir Mustafic
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-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-04escaping attributes in a different wayAsmir Mustafic
2014-02-04Test enc output ruleAsmir Mustafic
2013-11-05Added tests for the output of processor instructions that lead to fixing that...Matt Farina
2013-10-28Changed serialization for CDATA and comments.Matt Butcher
2013-10-28Regression tests for #19.Matt Butcher
2013-09-26Moved the output rules from being a configurable option. This is part of a ch...Matt Farina
2013-06-18More SVG testing.Matt Farina
2013-06-18Fixed an issue in the outputrules test where a test could have two output rul...Matt Farina
2013-06-12Added support for attributes without values and a attribute test.Matt Farina
2013-06-12#4 and #7, Cleaned up the MathMl support and added a test.Matt Farina
2013-06-11Part of #4 and #7: Added normalization of element and attribute names to SVG ...Matt Farina
2013-06-09Added test for doctype method on outputrules.Matt Farina
2013-05-30Updated the option naming so the serializer and parser can share the same def...Matt Farina
2013-05-27Added OutputRules tests.Matt Farina
2013-05-27Seperated the Traverser from the Output generation.Matt Farina