summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-18Well-formed attribute values are working.Technosophos
2013-04-17Fixed bug in whitespace consumer.Technosophos
2013-04-17Refactoring Tokenizer tests.Technosophos
2013-04-17Updated Tokenizer tests with new tag tests.Technosophos
2013-04-17Merge branch 'master' of github.com:technosophos/HTML5-PHPTechnosophos
2013-04-17Added uppercase tests.Technosophos
2013-04-17Fixed broken tag test.Technosophos
2013-04-17Rewrote isUnary testing and added tests.Matt Farina
2013-04-16Converted the isBlock method to use a case insensitive mask and added tests f...Matt Farina
2013-04-16Stubbed out the TraverserTest and moved the SerielizerTest to the Serielizer ...Matt Farina
2013-04-16Working on simple tags.Technosophos
2013-04-16Added support for processing instructions.Technosophos
2013-04-16Fixed the class name on the stringinputstream tests.Matt Farina
2013-04-16Added a FileInputStream for anything that can be grabbed by file_get_contents.Matt Farina
2013-04-15Unit tests for DOCTYPE are all passing.Technosophos
2013-04-15First shot at DOCTYPE parsing and testing.Technosophos
2013-04-15Updated event handler interface.Technosophos
2013-04-13InputStreamTest removed in favor of StringInputStreamTest.Matt Butcher
2013-04-13Relocated deprecated tests.Matt Butcher
2013-04-13Refactored TokenizerTest.Matt Butcher
2013-04-12CDATA handling is complete. DOCTYPE is begun.Matt Butcher
2013-04-12DOCTYPE bogus comments handled.Technosophos
2013-04-12BogusCOmments. How cool.Technosophos
2013-04-12Updating tests.Matt Butcher
2013-04-12Removed iconv-specific unit tests.Matt Butcher
2013-04-11Working on comments.Technosophos
2013-04-11endTag is done.Technosophos
2013-04-11Working on closing tag and bogus comments.Technosophos
2013-04-11Addressed UTF-8 encoding issues.Technosophos
2013-04-11Working on tag parsing.Matt Butcher
2013-04-11Renamed string stream test file.Matt Farina
2013-04-11Started StringInputStream tests.Matt Farina
2013-04-10Streamlining recursion.Technosophos
2013-04-10Instead of throwing parse errors, we now send as events.Technosophos
2013-04-10Finishing tests on entities.Technosophos
2013-04-10Working on entity resolution.Technosophos
2013-04-10Added character reference test.Technosophos
2013-04-10Rounded out the Scanner tests.Matt Farina
2013-04-10Moved the ScannerTest into the Parser directory for the new work.Matt Farina
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests to...Matt Farina
2013-04-10Fixed tokenizer test #1.Technosophos
2013-04-10Added EventStack testing event handler.Technosophos
2013-04-10Added test and stubbed out first method.Technosophos
2013-04-10Moved the scanner to the new string input parser. The current test will fail ...Matt Farina
2013-04-10Added tests for the scanner getHex method.Matt Farina
2013-04-10Added more documentation and tests to the Scanner.Matt Farina
2013-04-10Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-04-10Started unit tests on the scanner.Matt Farina
2013-04-10Stubs for scanner test.Matt Butcher
2013-04-10Initial add of scanner and tokenizer tests.Matt Butcher