diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-02-05 23:10:53 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-02-05 23:10:53 -0800 |
commit | e3c7a5a5cd587b2a0d66f8f3c123572b7a0cfb10 (patch) | |
tree | 982cb81493b1d25bab82dfa1b01a6a6de1e3282f | |
parent | 8aa72c703abdadba45d72ee70c4c9916f803ac8a (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.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> ```````````````````````````````` |