We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be4a4f commit 4a444ffCopy full SHA for 4a444ff
test/unit/modules/compiler/parser.spec.js
@@ -512,7 +512,7 @@ describe('parser', () => {
512
513
it('empty v-bind expression', () => {
514
parse('<div :empty-msg=""></div>', baseOptions)
515
- expect('The value for a v-bind expression cannot be empty. Found in "empty-msg"').toHaveBeenWarned()
+ expect('The value for a v-bind expression cannot be empty. Found in "v-bind:empty-msg"').toHaveBeenWarned()
516
})
517
518
// #6887
0 commit comments