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 Body text now some digits: <%=123456789%>

Now some text as part of the tag parameters:

Before the tag Tag body after the tag.

And a combination of the three:

<%='Before'%> the tag Tag body after <%='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:

Body text

c)a long, sinlge-line, %-expression-less parameter list:

Body text

Ok. That's all!