5 This template is used for Velocity regression testing.
6 If you alter this template make sure you change the
7 corresponding comparison file so that the regression
8 test doesn't fail incorrectly.
11 First test : spacing between stuff. Note that spacing preceeding the directives counts!
12 One blank line follows
20 this should be followed by two blank lines
25 this is the if statement. (followed by two blank lines)
29 this is great (followed by a blank line, 4 spaces on a line,and 2 more, yes there should be one after the 4 spaces)
36 this is the first elseif.
38 this is the second elseif.
40 this is the else statement
43 -- Second Test : no spacing between anything (1 blank line follows)
54 this is the if statement.
56 this is great (line w/ 4 spaces follows (from in front of the \#end) + another blank line)
61 this is the first elseif.
63 this is the second elseif.
65 this is the else statement
76 -- Third Test : tight tight tight. Note that \#end eats the \n, which is NOT what people expect, I think.
77 -- one blank line follows
79 blargh #if(true)This follows blargh#end
80 blargh#if(true)This immedately follows blargh with a following newline
83 -- Fourth Test : another tight tight tight. If you want the \n, then put one *after* the content, not a space after \#end.
84 -- one blank line follows
86 blargh #if(true)This follows blargh
88 blargh#if(true)This immedately follows blargh with a following newline
91 -- Fifth Test : different kind of tight. blank line follows