From f06df774d5d472cf087a8702c8dc21de45384161 Mon Sep 17 00:00:00 2001 From: Robin Stocker Date: Mon, 20 Jul 2015 16:23:28 +1000 Subject: Add an example with mixed indentation code block in "Tabs" section This makes sure that implementations skip columns instead of offsets for continued indented code blocks. Background: I was implementing the new tab logic and was surprised that all the spec tests passed even though I hadn't changed the continuation logic of indented code blocks to skip columns. The added example checks this. --- spec.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 753406a..36982a0 100644 --- a/spec.txt +++ b/spec.txt @@ -304,6 +304,15 @@ by spaces with a tab stop of 4 characters. . +. + foo +→bar +. +
foo
+bar
+
+. + ## Insecure characters -- cgit v1.2.3