Skip to content

Commit

Permalink
Revert typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 9, 2023
1 parent 28e1882 commit 60bbbf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion validator/cpp/htmlparser/data/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -3635,7 +3635,7 @@
"codepoints": [8911],
"characters": "\u22CF"
},
"&current": {
"&curren": {
"codepoints": [164],
"characters": "\u00A4"
},
Expand Down
4 changes: 2 additions & 2 deletions validator/cpp/htmlparser/parser_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ TEST(ParserTest, LineColTest) {
}
default:
EXPECT_EQ(htmlparser::AtomUtil::ToString(
t.atom) + " was unexpected.", "");
t.atom) + " was unexecpted.", "");
}
num_callbacks++;
}
Expand Down Expand Up @@ -245,7 +245,7 @@ TEST(ParserTest, LineColTest) {
}
default:
EXPECT_EQ(htmlparser::AtomUtil::ToString(
t.atom) + " was unexpected.", "");
t.atom) + " was unexecpted.", "");
}
num_callbacks++;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ eof in template
<body><template><i><menu>Foo</i>
#errors
no doctype
missing /menu
mising /menu
eof in template
#document
| <html>
Expand Down

0 comments on commit 60bbbf7

Please sign in to comment.