From 84bb6aea03baa4be64b8c2e4255944b406346f9e Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
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(-)

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).
-- 
cgit v1.2.3