diff options
author | Niklas Haas <git@nand.wakku.to> | 2014-02-22 21:15:34 +0100 |
---|---|---|
committer | Niklas Haas <git@nand.wakku.to> | 2014-02-22 21:31:03 +0100 |
commit | fc7fd1875d31dbfd37eaa058177e534b4fc6bc25 (patch) | |
tree | 15cad6ae08c535594a452e67cbe2ddc785ba7676 /html-test/ref/SpuriousSuperclassConstraints.html | |
parent | 91e2c21cfdaca7913dbfec17bdd7712c0c1ed732 (diff) |
Strip a single leading space from bird tracks (#201)
This makes bird tracks in the form
> foo
> bar
> bat
parse as if they had been written as
>foo
>bar
>bat
ie. without the leading whitespace in front of every line.
Ideally we also want to look into how leading whitespace affects code
blocks written using the @ @ syntax, which are currently unaffected by
this patch.
Diffstat (limited to 'html-test/ref/SpuriousSuperclassConstraints.html')
-rw-r--r-- | html-test/ref/SpuriousSuperclassConstraints.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html index 77e13467..171e3d22 100644 --- a/html-test/ref/SpuriousSuperclassConstraints.html +++ b/html-test/ref/SpuriousSuperclassConstraints.html @@ -63,8 +63,8 @@ window.onload = function () {pageLoad();setSynopsis("mini_SpuriousSuperclassCons ><p >It has been fixed in:</p ><pre - > 6ccf78e15a525282fef61bc4f58a279aa9c21771 - Fix spurious superclass constraints bug.</pre + >6ccf78e15a525282fef61bc4f58a279aa9c21771 +Fix spurious superclass constraints bug.</pre ></div ></div ><div id="interface" |