diff options
Diffstat (limited to 'tests/php/Backslash escapes.xhtml')
-rw-r--r-- | tests/php/Backslash escapes.xhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/php/Backslash escapes.xhtml b/tests/php/Backslash escapes.xhtml new file mode 100644 index 0000000..08fb8ef --- /dev/null +++ b/tests/php/Backslash escapes.xhtml @@ -0,0 +1 @@ +<p>Tricky combinaisons:</p>
<p>backslash with \-- two dashes</p>
<p>backslash with \> greater than</p>
<p>\[test](not a link)</p>
<p>\*no emphasis*</p>
\ No newline at end of file |