aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/macro-import-str-cmp.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/macro-import-str-cmp.html')
-rw-r--r--testing/templates/macro-import-str-cmp.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/templates/macro-import-str-cmp.html b/testing/templates/macro-import-str-cmp.html
new file mode 100644
index 0000000..648a0cf
--- /dev/null
+++ b/testing/templates/macro-import-str-cmp.html
@@ -0,0 +1,15 @@
+{%- import "macro-import-str-cmp-macro.html" as macros -%}
+
+A
+
+{%- call macros::strcmp("foo") -%}
+
+B
+
+{%- call macros::strcmp("bar") -%}
+
+C
+
+{%- call macros::strcmp("cat") -%}
+
+D