aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/compare/array.cmp
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/test/resources/templates/compare/array.cmp')
-rw-r--r--velocity-engine-core/src/test/resources/templates/compare/array.cmp25
1 files changed, 25 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/templates/compare/array.cmp b/velocity-engine-core/src/test/resources/templates/compare/array.cmp
new file mode 100644
index 00000000..447d3387
--- /dev/null
+++ b/velocity-engine-core/src/test/resources/templates/compare/array.cmp
@@ -0,0 +1,25 @@
+
+
+
+a b c
+
+1 2
+a b
+1 2
+a
+a
+a
+
+
+ > a <
+ > a < > b <
+ > 1 < > 2 <
+ > 1 < > 2 <
+
+
+$p.m( [ $A.g(1), $title ])
+$pp.messageFormat( [ $Abc.get($sti), $title, $ti, $sti, 'bodytext' ], $subtopicTemplate)
+
+
+
+3