summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt25
1 files changed, 11 insertions, 14 deletions
diff --git a/spec.txt b/spec.txt
index 368a9f1..38df84d 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1615,20 +1615,6 @@ 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:
.
@@ -6893,6 +6879,17 @@ foo <!-- not a comment -- two hyphens -->
<p>foo &lt;!-- not a comment -- two hyphens --&gt;</p>
.
+Not comments:
+
+.
+foo <!--> foo -->
+
+foo <!-- foo--->
+.
+<p>foo &lt;!--&gt; foo --&gt;</p>
+<p>foo &lt;!-- foo---&gt;</p>
+.
+
Processing instructions:
.