diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-28 15:28:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-28 15:28:00 -0700 |
commit | 6e8c3f6148ec586fd4cc5c89c644422dd6ec33d5 (patch) | |
tree | 7ac04d30250616a32835c3d2995af5f499c4d9db /test/regression.txt | |
parent | df5eed3b7fce2853e331c7de5294668c5b376334 (diff) | |
parent | 848ca96890db32eb98d44765886853bed626a4ee (diff) |
Merge pull request #120 from nwellnhof/regression-tests
Add first regression tests
Diffstat (limited to 'test/regression.txt')
-rw-r--r-- | test/regression.txt | 34 |
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> +```````````````````````````````` |