instiki/vendor/plugins/HTML5lib/testdata/validator/link-hreflang-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
132 B
Plaintext
Executable file

{"tests": [
{"description": "invalid lang attribute 'foo'",
"input": "<link hreflang=foo>",
"fail-unless": "invalid-lang-code"}
]}