summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser
AgeCommit message (Expand)Author
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-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-10Stubs for scanner test.Matt Butcher
2013-04-10Initial add of scanner and tokenizer tests.Matt Butcher