- little test template to test automatic boolean mapping in texen.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/velocity/trunk@74710 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/texen/templates/Test.vm b/test/texen/templates/Test.vm
new file mode 100644
index 0000000..1274eef
--- /dev/null
+++ b/test/texen/templates/Test.vm
@@ -0,0 +1,11 @@
+# These should all evaluate to true
+
+$one
+$two
+$three
+
+# These should all evaluate to false
+
+$four
+$five
+$six