Preppy Test 005 - Escaping


This is a series of tests to make sure that Preppy can handle escaping the double "{" character.

Expected Output

You should see a number of sentences between the two lines below. Each line of text should tell you when there should be curly brackets on that line.


{{You should see double braces before and after this sentence, but this is not inside any tags so no big deal}}

This sentence should have two opening braces NOW: {{ and two closing ones NOW: }}. Does it?

This line should end in the word "endscript" with double braces around it. Does it? {{endscript}}

This should have a dollar sign between two opening braces: {${
This should have a dollar sign between two closing braces: }$}

This should just show two open braces: {{
This should just show two close braces: }}

This should just display the digit '1': 1