instiki/vendor/plugins/HTML5lib/testdata/validator/li-value-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 li value attribute value due to leading junk",
"input": "<li value=a1>",
"fail-unless": "invalid-integer-value"}
]}