fix(compiler-core): relax error on unknown entities

close #663
This commit is contained in:
Evan You
2020-01-29 12:16:58 -05:00
parent 93eba4347d
commit 730d329f79
4 changed files with 3 additions and 86 deletions

View File

@@ -2594,17 +2594,6 @@ foo
]
}
],
UNKNOWN_NAMED_CHARACTER_REFERENCE: [
{
code: '<template>&unknown;</template>',
errors: [
{
type: ErrorCodes.UNKNOWN_NAMED_CHARACTER_REFERENCE,
loc: { offset: 10, line: 1, column: 11 }
}
]
}
],
X_INVALID_END_TAG: [
{
code: '<template></div></template>',