From ab8b56178e80362c1a1250496f5cd14ab53f03f0 Mon Sep 17 00:00:00 2001 From: John MacFarlane 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 -->

-

<!-- foo--bar -->

-

<!-- foo--->

-. - A processing instruction: . @@ -6893,6 +6879,17 @@ foo

foo <!-- not a comment -- two hyphens -->

. +Not comments: + +. +foo foo --> + +foo +. +

foo <!--> foo -->

+

foo <!-- foo--->

+. + Processing instructions: . -- cgit v1.2.3