|
39 | 39 | _(u"Named entity expected. Got none."),
|
40 | 40 | "attributes-in-end-tag":
|
41 | 41 | _(u"End tag contains unexpected attributes."),
|
| 42 | + 'self-closing-flag-on-end-tag': |
| 43 | + _(u"End tag contains unexpected self-closing flag."), |
42 | 44 | "expected-tag-name-but-got-right-bracket":
|
43 | 45 | _(u"Expected tag name. Got '>' instead."),
|
44 | 46 | "expected-tag-name-but-got-question-mark":
|
|
68 | 70 | _(u"Unexpected end of file. Expected attribute value."),
|
69 | 71 | "expected-attribute-value-but-got-right-bracket":
|
70 | 72 | _(u"Expected attribute value. Got '>' instead."),
|
| 73 | + 'equals-in-unquoted-attribute-value': |
| 74 | + _(u"Unexpected = in unquoted attribute"), |
| 75 | + 'unexpected-character-in-unquoted-attribute-value': |
| 76 | + _(u"Unexpected character in unquoted attribute"), |
71 | 77 | "eof-in-attribute-value-double-quote":
|
72 | 78 | _(u"Unexpected end of file in attribute value (\")."),
|
73 | 79 | "eof-in-attribute-value-single-quote":
|
|
80 | 86 | _(u"Unexpected character after / in tag. Expected >"),
|
81 | 87 | "expected-dashes-or-doctype":
|
82 | 88 | _(u"Expected '--' or 'DOCTYPE'. Not found."),
|
| 89 | + "unexpected-bang-after-double-dash-in-comment": |
| 90 | + _(u"Unexpected ! after -- in comment"), |
| 91 | + "unexpected-space-after-double-dash-in-comment": |
| 92 | + _(u"Unexpected space after -- in comment"), |
83 | 93 | "incorrect-comment":
|
84 | 94 | _(u"Incorrect comment."),
|
85 | 95 | "eof-in-comment":
|
|
0 commit comments