tests/00-basics.t .......... ok
tests/01-scanner-string.t .. ok
tests/02-scanner-file.t .... ok
tests/03-message.t ......... ok
tests/04-log.t ............. ok
tests/05-token.t ........... ok
tests/06-token-factory.t ... ok
tests/07-tokenizer-text.t .. ok
tests/08-tokenizer-tags.t .. ok
All tests successful.
Files=9, Tests=677, 1 wallclock secs
( 0.10 usr 0.03 sys + 0.48 cusr 0.06 csys = 0.67 CPU)
Result: PASS
So I did a thing today: I build a custom parser from scratch for a subset of SGML. Tomorrow it’s all about DOMs and nodes and then validation.