html5ever 0.1.1

High-performance browser-grade HTML5 parser
1
2
3
4
5
6
7
{"tests": [

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

]}