aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Code Spans.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Code Spans.xhtml')
-rw-r--r--tests/php/Code Spans.xhtml6
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>&lt;!--</code> to <code>--&gt;</code>
+on two lines.</p>
+
+<p>From <code>&lt;!--</code>
+to <code>--&gt;</code>
+on three lines.</p>