Skip to content

Commit a439a5b

Browse files
ag-eitiltgsnedders
authored andcommitted
Name unnamed tests for ease of discovery in test harnesses
1 parent e52ff68 commit a439a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tokenizer/test3.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{"tests": [
22

3-
{"description":"",
3+
{"description":"[empty]",
44
"input":"",
55
"output":[]},
66

tokenizer/test4.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{ "code": "unexpected-character-in-attribute-name", "line": 1, "col": 7 }
99
]},
1010

11-
{"description":"",
11+
{"description":"< in unquoted attribute value",
1212
"input":"<z x=<>",
1313
"output":[["StartTag", "z", {"x": "<"}]],
1414
"errors":[

0 commit comments

Comments
 (0)