Sha256: 837980f2f331112cd59d772c7b955dded034dc46ca53ab05add9631c1a864adf

Contents?: true

Size: 643 Bytes

Versions: 5

Compression:

Stored size: 643 Bytes

Contents

### 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>
````````````````````````````````

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonmarker-0.10.0 ext/commonmarker/cmark/test/regression.txt
commonmarker-0.9.2 ext/commonmarker/cmark/test/regression.txt
commonmarker-0.9.1 ext/commonmarker/cmark/test/regression.txt
commonmarker-0.9.0 ext/commonmarker/cmark/test/regression.txt
commonmarker-0.8.0 ext/commonmarker/cmark/test/regression.txt