Skip to content

Commit

Permalink
fix tmpl_include_without_quotes.out
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jul 29, 2024
1 parent e3a1104 commit 120be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/parser/tests/tmpl_include_without_quotes.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vlib/v/parser/tests/tmpl/include.txt:3:10: error: path for @include must be quoted with ' or "
vlib/v/parser/tests/tmpl/include.txt:3:10: error: path for @include must be quoted with ' or "
1 | some text
2 |
3 | @include abc.txt
Expand Down

0 comments on commit 120be08

Please sign in to comment.