Skip to content

Commit 80a6d3d

Browse files
committed
Add undefined error to list of errors
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401054
1 parent 53b7b98 commit 80a6d3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/html5lib/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@
232232
"expected-eof-but-got-end-tag":
233233
_(u"Unexpected end tag (%(name)s)"
234234
u". Expected end of file."),
235+
"XXX-undefined-error":
236+
(u"Undefined error (this sucks and should be fixed)"),
235237
}
236238

237239
contentModelFlags = {

0 commit comments

Comments
 (0)