summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-03 19:16:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-03 19:16:12 -0800
commitab8b56178e80362c1a1250496f5cd14ab53f03f0 (patch)
tree784c1f9f64fa3cda66f47387b3e7fd6297f4e894 /spec.txt
parent42d75e3a6e66b334ca701a866c0517dcec8b0118 (diff)
Moved non-comment examples (1e789d0f) to inline tag section.
That's where they properly belong, since we deal with comments differently in blocks.
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:
.