index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Tests
/
Readers
Age
Commit message (
Expand
)
Author
2013-09-01
Markdown reader: Don't autolink a bare URI that is followed by `</a>`.
John MacFarlane
2013-09-01
Use registerHeader in RST and LaTeX readers.
John MacFarlane
2013-08-22
Write id for code block to label attr in latex when listing is used
Florian Eitel
2013-07-21
LaTeX reader: Don't add spurious ", " to citation suffixes.
John MacFarlane
2013-06-24
Use new flexible metadata type.
John MacFarlane
2013-06-19
Added test for #882.
John MacFarlane
2013-03-17
Revert "LaTeX reader: citation handling changes."
John MacFarlane
2013-03-09
LaTeX reader: citation handling changes.
John MacFarlane
2013-01-23
Eliminated use of TH in test suite.
John MacFarlane
2013-01-15
Changed Ext_autolink_urls -> Ext_autolink_bare_uris.
John MacFarlane
2013-01-15
Added lots of tests for bare URIs.
John MacFarlane
2013-01-13
RST reader: Line block improvements.
John MacFarlane
2012-10-28
Removed citationSuppressParens.
John MacFarlane
2012-10-22
LaTeX reader: Initialize citationSuppressParens field.
John MacFarlane
2012-10-21
Revert "LaTeX reader: Use new suppressParens option for footnote citations."
John MacFarlane
2012-10-15
LaTeX reader: Use new suppressParens option for footnote citations.
John MacFarlane
2012-09-22
Markdown reader: Fixed link parser to avoid exponential slowdowns.
John MacFarlane
2012-09-22
LaTeX reader: Added a 'try' in rawLaTeXBlock.
John MacFarlane
2012-08-08
Changes to literate haskell options.
John MacFarlane
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
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-29
Added biblatex citation tests to Tests.Readers.LaTeX.
John MacFarlane
2011-01-29
Added natbib citation tests to Tests.Readers.LaTeX.
John MacFarlane
2011-01-26
Added Tests.Readers.Markdown.
John MacFarlane
2011-01-26
RST reader: Improved field lists.
John MacFarlane
2011-01-26
Added RST reader tests.
John MacFarlane
2011-01-22
Removed deliberate error in LaTeX reader tests.
John MacFarlane
2011-01-22
Fixed -Wall error in imports.
John MacFarlane
2011-01-22
Added 'property' in Tests.Helpers & some quickcheck tests.
John MacFarlane
2011-01-22
Improved test framework.
John MacFarlane
2011-01-20
Fixed the two test cases that were intentionally set to fail.
John MacFarlane
2011-01-19
Unit tests: On failure, print the input string.
John MacFarlane
2011-01-18
Added normalize in latex reader tests.
John MacFarlane
2011-01-18
Revamped tests with new =: and =?> operators + builder.
John MacFarlane
2011-01-13
Adjusted source to 80-column limit.
John MacFarlane
2011-01-13
Moved Tests.Shared -> Tests.Helpers.
John MacFarlane
2011-01-12
Reordered test files.
Nathan Gass