aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/compare/reference.cmp
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/test/resources/templates/compare/reference.cmp')
-rw-r--r--velocity-engine-core/src/test/resources/templates/compare/reference.cmp75
1 files changed, 75 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/templates/compare/reference.cmp b/velocity-engine-core/src/test/resources/templates/compare/reference.cmp
new file mode 100644
index 00000000..da0e414a
--- /dev/null
+++ b/velocity-engine-core/src/test/resources/templates/compare/reference.cmp
@@ -0,0 +1,75 @@
+
+
+bar
+ $_foo equals "bar" : bar
+
+Late introspection :
+
+7
+
+
+More stupid reference escaping ...
+
+When it does exist in the context :
+
+foo
+$foo
+$!foo
+$!foo
+$\!foo
+\$!foo
+
+And when it doesn't :
+
+$bar
+\$bar
+
+\$!bar (because it's just text...)
+
+$!foo
+$\!foo
+$\\!foo
+$\\\!foo
+\\$!foo
+
+Misc tests :
+
+[$foo.bar]
+
+
+Test lower case property names
+
+lunatic
+lunatic
+
+ vector element 1
+ vector element 2
+ vector element 1
+ vector element 2
+
+Now test if we can use lowercase for propertes in set
+Was : lunatic
+Now : geir
+Back : lunatic
+
+Test what was a bug :
+
+boycat.java
+boycat.java
+
+
+More tests :
+
+lunatic
+$lunatic
+#lunatic
+
+$foo.bar ($bar)
+
+Test boolean introspection isFoo()
+
+ Correct
+
+
+ Correct
+