From 1e789d0f2036d3d891232a0bced0a5009fb5ec03 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Jan 2015 18:51:47 -0800 Subject: spec: Added examples of non-comments. See #264. --- spec.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index fa7e6a7..368a9f1 100644 --- a/spec.txt +++ b/spec.txt @@ -1615,6 +1615,20 @@ bar baz --> . +Not comments: + +. + foo --> + + + + +. +

<!--> foo -->

+

<!-- foo--bar -->

+

<!-- foo--->

+. + A processing instruction: . -- cgit v1.2.3