From ab8b56178e80362c1a1250496f5cd14ab53f03f0 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sat, 3 Jan 2015 19:16:12 -0800 Subject: Moved non-comment examples (1e789d0f) to inline tag section. That's where they properly belong, since we deal with comments differently in blocks. --- spec.txt | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'spec.txt') 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><!--> 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: . -- cgit v1.2.3