diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-01-03 18:51:47 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-03 18:51:47 -0800 |
| commit | 1e789d0f2036d3d891232a0bced0a5009fb5ec03 (patch) | |
| tree | 100577049b68f142f24371663c57f87047d57da7 | |
| parent | fc75787ce3b927595eb7a5fd324e8bc0ad3c74a1 (diff) | |
spec: Added examples of non-comments.
See #264.
| -rw-r--r-- | spec.txt | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1615,6 +1615,20 @@ bar baz --> . +Not comments: + +. +<!--> foo --> + +<!-- foo--bar --> + +<!-- foo---> +. +<p><!--> foo --></p> +<p><!-- foo--bar --></p> +<p><!-- foo---></p> +. + A processing instruction: . |
