aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/gobbling/ugly2.vtl
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/test/resources/gobbling/ugly2.vtl')
-rw-r--r--velocity-engine-core/src/test/resources/gobbling/ugly2.vtl20
1 files changed, 20 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/gobbling/ugly2.vtl b/velocity-engine-core/src/test/resources/gobbling/ugly2.vtl
new file mode 100644
index 00000000..062da10c
--- /dev/null
+++ b/velocity-engine-core/src/test/resources/gobbling/ugly2.vtl
@@ -0,0 +1,20 @@
+$#macro(foo)bar#end$
+$#set($foo = 'bar')$
+$#if(true)true$#{else}false$#end$
+$#if(false)false$#{else}true$#end$
+---
+ $
+ #
+ $$foo$
+ $$foo#
+ $#foo
+ $#foo$
+ $#foo#
+ $#foo
+ #$foo$
+ #$foo#
+ #$foo
+ $#@foo()hop#end$
+ $#@foo()hop#end#
+ $#@foo()hop#end
+---