summaryrefslogtreecommitdiff
path: root/test/regression.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression.txt')
-rw-r--r--test/regression.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt
new file mode 100644
index 0000000..c8a1057
--- /dev/null
+++ b/test/regression.txt
@@ -0,0 +1,34 @@
+### Regression tests
+
+Issue #113: EOL character weirdness on Windows
+(Important: first line ends with CR + CR + LF)
+
+```````````````````````````````` example
+line1
+line2
+.
+<p>line1</p>
+<p>line2</p>
+````````````````````````````````
+
+Issue #114: cmark skipping first character in line
+(Important: the blank lines around "Repeatedly" contain a tab.)
+
+```````````````````````````````` example
+By taking it apart
+
+- alternative solutions
+→
+Repeatedly solving
+→
+- how techniques
+.
+<p>By taking it apart</p>
+<ul>
+<li>alternative solutions</li>
+</ul>
+<p>Repeatedly solving</p>
+<ul>
+<li>how techniques</li>
+</ul>
+````````````````````````````````