k.commonmark-test-util.0.23.0.source-code.cmark-regression.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commonmark-test-util Show documentation
Show all versions of commonmark-test-util Show documentation
commonmark-java classes for tests
The newest version!
### Regression tests
Issue #113: EOL character weirdness on Windows
(Important: first line ends with CR + CR + LF)
```````````````````````````````` example
line1
line2
.
line1
line2
````````````````````````````````
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
.
By taking it apart
- alternative solutions
Repeatedly solving
- how techniques
````````````````````````````````
Issue jgm/CommonMark#430: h2..h6 not recognized as block tags.
```````````````````````````````` example
lorem
lorem
lorem
lorem
lorem
lorem
.
lorem
lorem
lorem
lorem
lorem
lorem
````````````````````````````````
Issue jgm/commonmark.js#109 - tabs after setext header line
```````````````````````````````` example
hi
--→
.
hi
````````````````````````````````
Issue #177 - incorrect emphasis parsing
```````````````````````````````` example
a***b* c*
.
a*b c
````````````````````````````````
Issue #193 - unescaped left angle brackets in link destination
```````````````````````````````` example
[a]
[a]:
.
[a]
[a]: <te
````````````````````````````````
Issue #192 - escaped spaces in link destination
```````````````````````````````` example
[a](te\ st)
.
[a](te\ st)
````````````````````````````````
Issue #527 - meta tags in inline contexts
```````````````````````````````` example
City:
.
City:
````````````````````````````````
Issue #530 - link parsing corner cases
```````````````````````````````` example
[a](\ b)
[a](<[a](\ b)
[a](<<b)
[a](<b
)
````````````````````````````````
Issue commonmark#526 - unescaped ( in link title
```````````````````````````````` example
[link](url ((title))
.
[link](url ((title))
````````````````````````````````
Issue commonamrk#517 - script, pre, style close tag without
opener.
```````````````````````````````` example
.
````````````````````````````````
Issue #289.
```````````````````````````````` example
[a](
.
[a](<b) c>
```````````````````````````````` Issue #334 - UTF-8 BOM ```````````````````````````````` example # Hi .Hi
```````````````````````````````` Issue commonmark.js#213 - type 7 blocks can't interrupt paragraph ```````````````````````````````` example - .**Helloworld
````````````````````````````````