aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/v/tests/inout/tmpl_parse_html.vv
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/vlib/v/tests/inout/tmpl_parse_html.vv')
-rw-r--r--v_windows/v/vlib/v/tests/inout/tmpl_parse_html.vv8
1 files changed, 8 insertions, 0 deletions
diff --git a/v_windows/v/vlib/v/tests/inout/tmpl_parse_html.vv b/v_windows/v/vlib/v/tests/inout/tmpl_parse_html.vv
new file mode 100644
index 0000000..7bb09f9
--- /dev/null
+++ b/v_windows/v/vlib/v/tests/inout/tmpl_parse_html.vv
@@ -0,0 +1,8 @@
+fn abc() string {
+ title := 'TEST'
+ return $tmpl('file.html')
+}
+
+fn main() {
+ print(abc())
+} \ No newline at end of file