diff options
Diffstat (limited to 'tests/php/Code Spans.xhtml')
-rw-r--r-- | tests/php/Code Spans.xhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/php/Code Spans.xhtml b/tests/php/Code Spans.xhtml new file mode 100644 index 0000000..9ed0df8 --- /dev/null +++ b/tests/php/Code Spans.xhtml @@ -0,0 +1,6 @@ +<p>From <code><!--</code> to <code>--></code> +on two lines.</p> + +<p>From <code><!--</code> +to <code>--></code> +on three lines.</p> |