test: improve coverage

This commit is contained in:
Evan You
2019-09-28 14:15:10 -04:00
parent 1c410205de
commit 798a9cbe9b
5 changed files with 134 additions and 1 deletions

View File

@@ -2464,6 +2464,17 @@ foo
code: '{{}}',
errors: []
}
],
X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END: [
{
code: `<div v-foo:[sef fsef] />`,
errors: [
{
type: ErrorCodes.X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END,
loc: { offset: 15, line: 1, column: 16 }
}
]
}
]
}