index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Tests
/
Readers
/
RST.hs
Age
Commit message (
Expand
)
Author
2017-02-04
Moved tests/ -> test/.
John MacFarlane
2017-01-25
Update all tests to use new readers and error structure.
Jesse Rosenthal
2016-10-24
Export Text.Pandoc.Error in Text.Pandoc.
John MacFarlane
2016-10-17
RST reader: Add test for space-before-note.
Jesse Rosenthal
2016-10-14
Remove Tests.Arbitrary
Jesse Rosenthal
2016-10-13
Parse line-oriented markup as LineBlock
Albert Krewinkel
2016-05-01
Add one more test
Sidharth Kapur
2016-05-01
Use `codeBlockWith`
Sidharth Kapur
2016-05-01
Add test for RST code directive class
Sidharth Kapur
2015-12-12
Test fixes.
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2015-07-10
Removed tabs from source.
John MacFarlane
2015-07-03
Tests.Readers.RST: Test metadata with inline markup too
Lars-Dominik Braun
2015-07-03
Tests.Readers.RST: Group field list tests
Lars-Dominik Braun
2015-07-03
Readers.RST: Parse field list name
Lars-Dominik Braun
2015-06-29
Fix RST reference names with special characters
Lars-Dominik Braun
2015-02-18
Update tests
Matthew Pickering
2014-12-12
RST Reader: compute Attrs when role is defined
Daniel Bergey
2014-12-12
WIP: tests for RST roles
Daniel Bergey
2014-12-01
parse RST class directives
Daniel Bergey
2014-12-01
parse RST quoted literal blocks
Daniel Bergey
2013-06-24
Use new flexible metadata type.
John MacFarlane
2013-01-23
Eliminated use of TH in test suite.
John MacFarlane
2013-01-13
RST reader: Line block improvements.
John MacFarlane
2012-07-26
Moved tests to tests/, modified cabal file so lib isn't recompiled.
John MacFarlane
2011-01-29
Moved tests to src.
John MacFarlane
2011-01-26
RST reader: Improved field lists.
John MacFarlane
2011-01-26
Added RST reader tests.
John MacFarlane