104 Commits (28f0bbfe72814c4f6437a6da5bbbaddf67cb4f56)
 

Author SHA1 Message Date
J. King 28f0bbfe72 Suppress only one scripting test 4 years ago
J. King 1f3c33ad9e Better coverage of BOM-based detection 4 years ago
J. King 21c9377b3a Docblock for BOM detection 4 years ago
J. King 06e43504d0 Tweaks 4 years ago
J. King 164e5ff1e8 Add standard charset detection tests 4 years ago
J. King a7e1083681 Prototype character encoding detection 4 years ago
J. King c1162f962f Add missing test 4 years ago
J. King 2aa6bb2dea Remove unnecessary test abstraction 4 years ago
J. King 49f31015ac Start on character encoding detection 4 years ago
J. King 318d7bd7ad Patch remaining test failures away 5 years ago
J. King 00bf9974c5 Fix up most error reporting positions 5 years ago
J. King 58a1177888 Address errors and omissions in error emission 5 years ago
J. King ec199f4f11 Report input stream errors 5 years ago
J. King 9560358021 Character consumption cleanup 5 years ago
J. King 1ed679c50d Pass through surrogate characters 5 years ago
J. King 5a12fa8ad7 Tidying 5 years ago
J. King ff4447e986 Include pending spec changes tests 5 years ago
J. King e8b3c76046 Fix most failures 5 years ago
J. King 59456b078f Fix consuming of overlong entitiy 5 years ago
J. King e8f35e92fb Character reference fixes 5 years ago
J. King b9b892e6a6 Remove obsolete character reference consumer 5 years ago
J. King 19fb541806 New from-scratch character reference consumer 5 years ago
J. King 67c7f382e2 Prep for character references 5 years ago
J. King d4a7280405 Renumber states to match specification sections 5 years ago
J. King 4759f94771 Trim whitespace 5 years ago
J. King cf41984e88 Fix comment end state 5 years ago
J. King 43f380c1f9 Fix EOF and end tags 5 years ago
J. King d08438052a Baseline pass over tokenizer 5 years ago
J. King 4e4aee2edd Update intl dependency 5 years ago
Dustin Wilson a0c3883363 Another infinite loop in Tokenizer caused by Data 5 years ago
J. King 49820afe7d Fix broken assertion 5 years ago
J. King 362bb00158 Fix accidental exception instantiation loop 5 years ago
J. King 3c7a76bce1 Retrofit tree builder for new error emitter 5 years ago
J. King 6b42f08fbc Change some if-the-exception blocks to assertions 5 years ago
J. King af57117c23 Silence parse errors for now 5 years ago
J. King bb2a7b5a95 Rewrite how parse errors are handled 5 years ago
J. King d93fe25e58 Combine character tokens in test harness 5 years ago
J. King 8644b6c757 Explicitly index state names and error messages 5 years ago
J. King 51ac79128b Multiple minor fixes 5 years ago
Dustin Wilson 30003fce1f Fixed various issues with Data::consumeCharacterReference 5 years ago
J. King 5fb58054ff Don't read past the end of $args 5 years ago
J. King 1beb934789 Add more tests 5 years ago
Dustin Wilson ab507a177f Data::consumeCharacterReference checked for false instead of empty string 5 years ago
J. King c5a300655c Ensure test data are present 5 years ago
J. King 223562e035 Fix known errors so far 5 years ago
Dustin Wilson 64d8a2ab2c Fixed infinite loop caused by Data::consumeWhile and consumeUntil 5 years ago
J. King f360206a34 Basic endless loop helper 5 years ago
J. King 1386eb103c Fix test transformer 5 years ago
J. King 1971892635 Basic skeleton of test suite 5 years ago
Dustin Wilson 205c56679a TreeBuilder progress 5 years ago