diff --git a/vlib/v/tests/tmpl/if_cond.txt b/vlib/v/tests/tmpl/if_cond.txt new file mode 100644 index 00000000000000..9aa1ef666fc666 --- /dev/null +++ b/vlib/v/tests/tmpl/if_cond.txt @@ -0,0 +1,13 @@ +aaa +@if cond +bbb +@else +zzz +@end +ccc + +aaa +@if cond +bbb +@end +ccc \ No newline at end of file