summaryrefslogtreecommitdiff
path: root/test/data/validator/link-href-attribute.test
blob: 950c3786fa2af0c8d79b19de37fab8ed68a084db (plain)
1
2
3
4
5
6
7
{"tests": [

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

]}