Skip to content

Commit 04f2f72

Browse files
committed
Add 'Before' in vader testing to configure 'all' syntax
1 parent ce35421 commit 04f2f72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/test_indent.vader

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Before:
2+
let g:vue_pre_processors = 'all'
3+
14
#
25
# HTML
36
#

test/test_syntax.vader

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Before:
2+
let g:vue_pre_processors="all"
13
#
24
# HTML
35
#
@@ -27,7 +29,7 @@ Execute (Syntax doesn't stop at the first closing template tag):
2729
#
2830
# JavaScript
2931
#
30-
Given vue:
32+
Given vue (Recognizes javascript syntax with bare script tag):
3133
<script>
3234
//
3335
</script>

0 commit comments

Comments
 (0)