v2 / vlib / v / parser / tests / tmpl_include_without_quotes.out
7 lines · 7 sloc · 204 bytes · 232560dcac7e43b8db5f9168d785d118e7d08c43
Raw
1vlib/v/parser/tests/tmpl/include.txt:3:10: error: path for @include must be quoted with ' or "
2 1 | some text
3 2 |
4 3 | @include abc.txt
5 | ~~~~~~~
6 4 |
7 5 | some more text
8