aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/compare/velocimacro.cmp
blob: cdcdd99b40da788272f98d848a3c0da16be7e418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59



Now, use the #quietnull example from the global library VM_global_library.vm : 
Now, there should be nothing in the brackets : ><

Where there should be something here : >hello!<


<table>
   <tr><tdi bgcolor=blue>$10.24</td></tr>
   <tr><tdi bgcolor=blue>$15.32</td></tr>
   <tr><tdi bgcolor=blue>$12.15</td></tr>
</table>


Further tests.  The following VMs and non-VM should be properly escaped :
#tablerow
#quietnull
\#notavm
>\<

Now try to define a new quietnull VM :

It should have been rejected, as the default is to not let inlines override existing, and there
should be a message in velocity.log.
Therefore it should still function normally :
>hello!<
><

We should be able to use argless VMs (and directives....)

Hello! I have no args!


And there was a bug where I wasn't getting the params right for the use-instance :


Arg :>$i<

String literals should work as you expect :
Arg :>stringliteral<


Test boolean args :

   arg true
      arg false
 
Test map args :


aval
bval

avalinline
bvalinline

- Another fine Velocity Production -