From 0b8d24c160a811555fa16119903e14143b07687a Mon Sep 17 00:00:00 2001 From: luzpaz Date: Wed, 26 Apr 2023 12:03:26 +0000 Subject: [PATCH] Fix typos in descriptions and errors --- serializer/core.test | 4 ++-- tokenizer/test2.test | 2 +- tree-construction/template.dat | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/serializer/core.test b/serializer/core.test index c0b4222d..a6fa0754 100644 --- a/serializer/core.test +++ b/serializer/core.test @@ -112,12 +112,12 @@ "expected": [""] }, -{"description": "HTML 4.01 DOCTYPE without system identifer", +{"description": "HTML 4.01 DOCTYPE without system identifier", "input": [["Doctype", "HTML", "-//W3C//DTD HTML 4.01//EN"]], "expected": [""] }, -{"description": "IBM DOCTYPE without public identifer", +{"description": "IBM DOCTYPE without public identifier", "input": [["Doctype", "html", "", "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"]], "expected": [""] } diff --git a/tokenizer/test2.test b/tokenizer/test2.test index f80f27d1..c29e4c31 100644 --- a/tokenizer/test2.test +++ b/tokenizer/test2.test @@ -190,7 +190,7 @@ { "code": "unexpected-question-mark-instead-of-tag-name", "line": 1, "col": 2 } ]}, -{"description":"A bogus comment stops at >, even if preceeded by two dashes", +{"description":"A bogus comment stops at >, even if preceded by two dashes", "input":"", "output":[["Comment", "?foo--"]], "errors":[ diff --git a/tree-construction/template.dat b/tree-construction/template.dat index 396362b8..45fb507c 100644 --- a/tree-construction/template.dat +++ b/tree-construction/template.dat @@ -1092,7 +1092,7 @@ eof in template