We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef2a5f commit e9fc04bCopy full SHA for e9fc04b
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