diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-05 11:04:01 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-05 11:04:01 -0700 |
commit | 84bb6aea03baa4be64b8c2e4255944b406346f9e (patch) | |
tree | 0bca5322ac855751cde0b376957330e9d174e40d | |
parent | 2e241165326031dd6f93d770c32eaa95a8dcfb4c (diff) |
Updated tab expansion tests to use code blocks.
Otherwise the test program collapses spaces in normalizing.
-rw-r--r-- | spec.txt | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -203,15 +203,17 @@ to a certain encoding. Tabs in lines are expanded to spaces, with a tab stop of 4 characters: . -foo→baz→→bim +→foo→baz→→bim . -<p>foo baz bim</p> +<pre><code>foo baz bim +</code></pre> . . -οὐ→χρῆν + οὐ→χρῆν . -<p>οὐ χρῆν</p> +<pre><code>οὐ χρῆν +</code></pre> . Line endings are replaced by newline characters (LF). |