instiki/vendor/plugins/HTML5lib/testdata/validator/ol-start-attribute.test
Jacques Distler ed68d975df Update to latest HTML5lib
Fix that Tokenizer bug for real this time.
2007-09-09 22:26:19 -05:00

7 lines
154 B
Plaintext
Executable file

{"tests": [
{"description": "invalid ol start attribute value due to leading junk",
"input": "<ol start=a1>",
"fail-unless": "invalid-integer-value"}
]}