From e3c7a5a5cd587b2a0d66f8f3c123572b7a0cfb10 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 5 Feb 2016 23:10:53 -0800 Subject: 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. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .
-

foo→bar

+

foo→bar

```````````````````````````````` -- cgit v1.2.3