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

{"tests": [
{"description": "link href contains invalid URI due to space in domain",
"input": "<link href='http://www.example. com/'",
"fail-unless": "invalid-uri-char"}
]}