Skip to content

Commit 0b8d24c

Browse files
authored
Fix typos in descriptions and errors
1 parent be416cd commit 0b8d24c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

serializer/core.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
"expected": ["<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">"]
113113
},
114114

115-
{"description": "HTML 4.01 DOCTYPE without system identifer",
115+
{"description": "HTML 4.01 DOCTYPE without system identifier",
116116
"input": [["Doctype", "HTML", "-//W3C//DTD HTML 4.01//EN"]],
117117
"expected": ["<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\">"]
118118
},
119119

120-
{"description": "IBM DOCTYPE without public identifer",
120+
{"description": "IBM DOCTYPE without public identifier",
121121
"input": [["Doctype", "html", "", "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"]],
122122
"expected": ["<!DOCTYPE html SYSTEM \"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd\">"]
123123
}

tokenizer/test2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
{ "code": "unexpected-question-mark-instead-of-tag-name", "line": 1, "col": 2 }
191191
]},
192192

193-
{"description":"A bogus comment stops at >, even if preceeded by two dashes",
193+
{"description":"A bogus comment stops at >, even if preceded by two dashes",
194194
"input":"<?foo-->",
195195
"output":[["Comment", "?foo--"]],
196196
"errors":[

tree-construction/template.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ eof in template
10921092
<body><template><i><menu>Foo</i>
10931093
#errors
10941094
no doctype
1095-
mising /menu
1095+
missing /menu
10961096
eof in template
10971097
#document
10981098
| <html>

0 commit comments

Comments
 (0)