pandoc/tests/Tests
John MacFarlane 22bd34fa33 Markdown reader: Fixed link parser to avoid exponential slowdowns.
Previously the parser would hang on input like this:

    [[[[[[[[[[[[[[[[[[hi

We fixed this by making the link parser parser characters
between balanced brackets (skipping brackets in inline code spans),
then parsing the result as an inline list.

One change is that

    [hi *there]* bud](/url)

is now no longer parsed as a link.  But in this respect pandoc behaved
differently from most other implementations anyway, so that seems okay.
All current tests pass.  Added test for this case.

Closes #620.
2012-09-22 14:05:09 -07:00
..
Readers Markdown reader: Fixed link parser to avoid exponential slowdowns. 2012-09-22 14:05:09 -07:00
Writers Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Arbitrary.hs Moved tests to tests/, modified cabal file so lib isn't recompiled. 2012-07-26 08:37:36 -07:00
Helpers.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Old.hs Tests.Old: Set TMP to ".". 2012-09-21 20:34:27 -07:00
Shared.hs Moved tests to tests/, modified cabal file so lib isn't recompiled. 2012-07-26 08:37:36 -07:00