aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-02-05 23:10:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-02-05 23:10:53 -0800
commite3c7a5a5cd587b2a0d66f8f3c123572b7a0cfb10 (patch)
tree982cb81493b1d25bab82dfa1b01a6a6de1e3282f /spec.txt
parent8aa72c703abdadba45d72ee70c4c9916f803ac8a (diff)
Fixed spec test for tabs.
In the blockquote with a tab following the `>`, only one space should be consumed, yielding two spaces at the beginning of the content.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index f307ef3..443e95c 100644
--- a/spec.txt
+++ b/spec.txt
@@ -306,7 +306,7 @@ by spaces with a tab stop of 4 characters.
>→foo→bar
.
<blockquote>
-<p>foo→bar</p>
+<p> foo→bar</p>
</blockquote>
````````````````````````````````