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
/
test
/
Tests
/
Command.hs
Age
Commit message (
Expand
)
Author
2021-05-26
Command tests: fail if a file contains no tests.
John MacFarlane
2021-03-19
Tests: Use getExecutablePath from base...
John MacFarlane
2021-03-19
Tests: factor out setupEnvironment in Test.Helpers.
John MacFarlane
2021-03-19
Fix finding of data files from test programs.
John MacFarlane
2021-02-22
Text.Pandoc.UTF8: change IO functions to return Text, not String.
John MacFarlane
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2021-02-02
Fixed some compiler warnings in tests.
John MacFarlane
2021-02-02
Test suite: a more robust way of testing the executable.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-10-07
Use golden test framework for command tests.
John MacFarlane
2020-05-18
Propagate (DY)LD_LIBRARY_PATH in tests (#6376)
Lila
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2019-01-31
Tests: avoid calling findPandoc multiple times.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-19
hlint code improvements.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-08-14
Test fixes so we can find data files.
John MacFarlane
2017-08-13
Fixed command tests to set local path.
John MacFarlane
2017-08-11
Command tests; print stderr when a test fails.
John MacFarlane
2017-06-11
Revert "Command tests: small change to try to fix appveyor failures."
John MacFarlane
2017-06-11
Command tests: small change to try to fix appveyor failures.
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-05-25
Test.Command: put stderr output at front, so it can be tested.
John MacFarlane
2017-03-14
Command tests: just findPandoc once.
John MacFarlane
2017-03-14
Small test plumbing improvement.
John MacFarlane
2017-03-14
Use tasty for tests rather than test-framework.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-04
Consolidated some common functions in Tests.Helper.
John MacFarlane
2017-02-04
Added new test framework Tests.Command.
John MacFarlane
2017-02-04
Added skeleton for Tests.Command.
John MacFarlane