HTML-DOM/tests
J. King bb2a7b5a95 Rewrite how parse errors are handled
Everything which can emit a parse error should have the error handler
and data stream as properties and use the ParseErrorEmitter trait to
avoid complicating the task of actually producing an error.

Normally the Parser would be expected to set the error handler before it
begins (this commit does not do this) and unset it after it's done.
Alternatively, the entire means of reporting errors can now be easily
replaced.
2019-12-12 15:23:15 -05:00
..
cases Rewrite how parse errors are handled 2019-12-12 15:23:15 -05:00
lib Combine character tokens in test harness 2019-12-12 10:48:11 -05:00
bootstrap.php Basic skeleton of test suite 2019-12-10 18:00:08 -05:00
phpunit.dist.xml Basic endless loop helper 2019-12-10 23:20:50 -05:00