summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index fa7e6a7..368a9f1 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1615,6 +1615,20 @@ bar
baz -->
.
+Not comments:
+
+.
+<!--> foo -->
+
+<!-- foo--bar -->
+
+<!-- foo--->
+.
+<p>&lt;!--&gt; foo --&gt;</p>
+<p>&lt;!-- foo--bar --&gt;</p>
+<p>&lt;!-- foo---&gt;</p>
+.
+
A processing instruction:
.