diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-05 11:09:32 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-05 11:09:32 -0700 |
commit | d095c3dce74bc558c2fb580a0fda511ba42bac42 (patch) | |
tree | cf7819002c41774d395e819e51faa4f805b92606 | |
parent | 84bb6aea03baa4be64b8c2e4255944b406346f9e (diff) |
Simplified unicode tab escaping test.
-rw-r--r-- | spec.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -210,9 +210,11 @@ Tabs in lines are expanded to spaces, with a tab stop of 4 characters: . . - οὐ→χρῆν + a→a + ὐ→a . -<pre><code>οὐ χρῆν +<pre><code>a a +ὐ a </code></pre> . |