Test 021: Testing a simple tag, 2: %-expressions.
Expression in plain text:
This is some text <%='THIS IS THE RESULT' 'OF'||' AN EXPRESSION'%> this is some more
text.
Now some text before a tag:
<%='Some' 'text before'%>
Now some text after a tag (which itself includes some text):
Here comes the tag
Now some text as part of the tag parameters:
Before the tag
And a combination of the three:
<%='Before'%> the tag
Finally, a very long parameter list, a) from a generated %-expression:
<%
long = Copies('0123456789',100)
%>
b)a long, multi-line, %-expression-less parameter list:
c)a long, sinlge-line, %-expression-less parameter list:
Ok. That's all!