summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-05 11:04:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-05 11:04:01 -0700
commit84bb6aea03baa4be64b8c2e4255944b406346f9e (patch)
tree0bca5322ac855751cde0b376957330e9d174e40d /spec.txt
parent2e241165326031dd6f93d770c32eaa95a8dcfb4c (diff)
Updated tab expansion tests to use code blocks.
Otherwise the test program collapses spaces in normalizing.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/spec.txt b/spec.txt
index e3f0cd8..1d0d2c5 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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).