Run this with `cargo run -- -T -F -s specs/regression.txt`.
Regression tests for issues on the github issue tracker.
ISSUE #162
```````````````````````````````` example
This is a test of the details element.Testing 1..2..3..
This is a test of the details element.
Testing 1..2..3..
see the many articles on QuickCheck.
```````````````````````````````` ISSUE #135 ```````````````````````````````` example [![debug-stub-derive on crates.io][cratesio-image]][cratesio] [![debug-stub-derive on docs.rs][docsrs-image]][docsrs] [cratesio-image]: https://img.shields.io/crates/v/debug_stub_derive.svg [cratesio]: https://crates.io/crates/debug_stub_derive [docsrs-image]: https://docs.rs/debug_stub_derive/badge.svg?version=0.3.0 [docsrs]: https://docs.rs/debug_stub_derive/0.3.0/ . ```````````````````````````````` ISSUE #145 ```````````````````````````````` example | Title A | Title B | | --------- | --------- | | Content | Content | | Title A | Title B | Title C | Title D | | --------- | --------- | --------- | ---------:| | Content | Content | Conent | Content | .Title A | Title B |
---|---|
Content | Content |
Title A | Title B | Title C | Title D |
---|---|---|---|
Content | Content | Conent | Content |
foo§(bar)
```````````````````````````````` ISSUE #213 ```````````````````````````````` examplehttps://example.com hello
```````````````````````````````` ISSUE #43 (1) ```````````````````````````````` example [foo][bar] [bar]: a . ```````````````````````````````` ISSUE #43 (2) ```````````````````````````````` example - **foo** (u8, u8) make something - **bar** (u16, u16) make something .foo (u8, u8)
make something
bar (u16, u16)
make something
[a]
[a]: /url (title))
```````````````````````````````` Inline HTML ```````````````````````````````` example a .b
```````````````````````````````` ISSUE #288 ```````````````````````````````` example [a]: u\ foo .foo
```````````````````````````````` ISSUE #314 ```````````````````````````````` example \`foo` .`foo`
```````````````````````````````` ISSUE #317 ```````````````````````````````` example foo\\ bar .foo\ bar
```````````````````````````````` ISSUE #315 ```````````````````````````````` example 1\. foo 1\) bar .1. foo
1) bar
```````````````````````````````` ISSUE #294 ```````````````````````````````` example 1... 1.2.3. 1 2 3 . 1.|2.-3. 1)2)3) .1...
1.2.3.
1 2 3 .
1.|2.-3.
1)2)3)
```````````````````````````````` ISSUE #296 ```````````````````````````````` example [](<<>) .[](<<>)
```````````````````````````````` BACKTICKS ```````````````````````````````` example \``foo``bar` .`foo``bar
\foo
YOLO
```````````````````````````````` ISSUE #293 ```````````````````````````````` example lorem ipsum A | B ---|--- foo | bar .lorem ipsum A | B ---|--- foo | bar
```````````````````````````````` ISSUE #318 (note the trailing whitespace on the first line) ```````````````````````````````` example foo|bar ---|--- foo|bar .foo | bar |
---|---|
foo | bar |
foo | bar\ |
---|---|
foo | bar |
Markdown | Less | Pretty |
---|
some text
```````````````````````````````` ISSUE #331 ```````````````````````````````` example 1. > foo 2. > .foo
[ x
]: f
```````````````````````````````` ISSUE #295 ```````````````````````````````` example [foo]: .[foo]:
```````````````````````````````` ISSUE #298 (not yet fixed) ```````````````````````````````` DISABLED example > [foo > bar]: /url > > [foo bar] .```````````````````````````````` TABLES IN BROKEN CONTAINERS ```````````````````````````````` example > foo | bar > --- | --- yolo | swag .
foo bar
yolo | swag
```````````````````````````````` EMPHASIS ACROSS PARAGRAPHS ```````````````````````````````` example ~~*_**__ __a__ .~~*_**__
a
````````````````````````````````