From 5bcccf400c7ebdac3fee4996fae0de34604dfd05 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 23 Sep 2024 09:15:04 -0300 Subject: [PATCH] new file --- vlib/v/tests/tmpl/if_cond.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vlib/v/tests/tmpl/if_cond.txt 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