diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-03 19:16:12 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-03 19:16:12 -0800 |
commit | ab8b56178e80362c1a1250496f5cd14ab53f03f0 (patch) | |
tree | 784c1f9f64fa3cda66f47387b3e7fd6297f4e894 | |
parent | 42d75e3a6e66b334ca701a866c0517dcec8b0118 (diff) |
Moved non-comment examples (1e789d0f) to inline tag section.
That's where they properly belong, since we deal with comments
differently in blocks.
-rw-r--r-- | spec.txt | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -1615,20 +1615,6 @@ bar baz --> . -Not comments: - -. -<!--> foo --> - -<!-- foo--bar --> - -<!-- foo---> -. -<p><!--> foo --></p> -<p><!-- foo--bar --></p> -<p><!-- foo---></p> -. - A processing instruction: . @@ -6893,6 +6879,17 @@ foo <!-- not a comment -- two hyphens --> <p>foo <!-- not a comment -- two hyphens --></p> . +Not comments: + +. +foo <!--> foo --> + +foo <!-- foo---> +. +<p>foo <!--> foo --></p> +<p>foo <!-- foo---></p> +. + Processing instructions: . |