Module talk:Escape/testcases

Revision as of 20:21, 16 January 2015 by imported>Codehydro (remove nowiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Original:

Lua error: Internal error: The interpreter exited with status 127.

Using internal method to remove {:

Lua error: Internal error: The interpreter exited with status 127.

Using {{replace}} to remove {:

Lua error: Internal error: The interpreter exited with status 127.

No removal of { between escape/unescape (escape char not restored):

Lua error: Internal error: The interpreter exited with status 127.

Restore to original after escape

Lua error: Internal error: The interpreter exited with status 127.

Remove the word test if not escaped and then place a different escape char in the place of the old escape char (for use by something else):

Note: The '%' char is a special in Lua, so use '%%' if that is the desired replacement. Otherwise, just a single char is fine (or a word). Lua error: Internal error: The interpreter exited with status 127.

Return to "Escape/testcases" page.