summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/StringInputStreamTest.php
AgeCommit message (Collapse)Author
2013-04-11Addressed UTF-8 encoding issues.Technosophos
Neither iconv nor mb seem to be able to convert UTF-8 surrogates into UTF-8. As I understand it, this is an extreme edge case. Still, the behavior in both cases is that the surrogates are stripped from the string. We test for that condition, now.
2013-04-11Renamed string stream test file.Matt Farina