From 84bb6aea03baa4be64b8c2e4255944b406346f9e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 5 Sep 2014 11:04:01 -0700 Subject: Updated tab expansion tests to use code blocks. Otherwise the test program collapses spaces in normalizing. --- spec.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'spec.txt') 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 . -

foo baz bim

+
foo baz     bim
+
. . -οὐ→χρῆν + οὐ→χρῆν . -

οὐ χρῆν

+
οὐ  χρῆν
+
. Line endings are replaced by newline characters (LF). -- cgit v1.2.3