aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/compare/include.cmp
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/test/resources/templates/compare/include.cmp')
-rw-r--r--velocity-engine-core/src/test/resources/templates/compare/include.cmp41
1 files changed, 41 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/templates/compare/include.cmp b/velocity-engine-core/src/test/resources/templates/compare/include.cmp
new file mode 100644
index 00000000..0c2a67a0
--- /dev/null
+++ b/velocity-engine-core/src/test/resources/templates/compare/include.cmp
@@ -0,0 +1,41 @@
+
+
+#*
+
+@test include.vm
+
+This template is used for Velocity regression testing.
+If you alter this template make sure you change the
+corresponding comparison file so that the regression
+test doesn't fail incorrectly.
+
+*#
+
+#include("include.vm" "include.vm")
+
+#set($foo = "subdir/test.txt")
+
+#include($foo)
+
+#*
+
+@test include.vm
+
+This template is used for Velocity regression testing.
+If you alter this template make sure you change the
+corresponding comparison file so that the regression
+test doesn't fail incorrectly.
+
+*#
+
+#include("include.vm" "include.vm")
+
+#set($foo = "subdir/test.txt")
+
+#include($foo)
+
+
+
+This is included text!
+
+