diff options
author | Robin Stocker <robin@nibor.org> | 2015-07-20 16:23:28 +1000 |
---|---|---|
committer | Robin Stocker <robin@nibor.org> | 2015-07-20 16:26:52 +1000 |
commit | f06df774d5d472cf087a8702c8dc21de45384161 (patch) | |
tree | 5ecead3ce06433bb5caf0175f23f1e16227e7275 | |
parent | 333c7713fda24fe3444a59b664e3ca55fd45b32c (diff) |
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.
-rw-r--r-- | spec.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -304,6 +304,15 @@ by spaces with a tab stop of 4 characters. </blockquote> . +. + foo +→bar +. +<pre><code>foo +bar +</code></pre> +. + ## Insecure characters |