pandoc/test/Tests
Kolen Cheung a9a9a2c62a fix(IpynbOutput)!: rank always favors output format
Previously, both `fmt == f` case and Image have a rank of 1.
In the end, e.g. from ipynb to html conversion,
if both html and image exists, it actually prefers the image.
This commit changes this, so that fmt == f is always highest rank,
and rank never collides.
This is achieved by keeping fmt == f case having rank 1,
and every other rank increased by 1.
2021-12-11 09:42:30 -08:00
..
Lua Lua: add module "pandoc.path" 2021-02-02 21:04:30 -08:00
Readers RST reader: handle class attribute for for custom roles (#7700) 2021-11-18 17:33:57 -08:00
Writers Powerpoint tests: shorten lines by grouping tests 2021-12-10 18:25:28 +01:00
Command.hs Command tests: raise error if command doesn't begin with %. 2021-09-21 10:42:14 -07:00
Helpers.hs Tests.Helpers: export testGolden and use it in RTF reader. 2021-08-10 22:07:48 -07:00
Lua.hs Lua tests: remove roundtrip tests 2021-12-10 18:28:54 +01:00
Old.hs fix(IpynbOutput)!: rank always favors output format 2021-12-11 09:42:30 -08:00
Shared.hs Writers.Shared: Improve toLegacyTable. 2021-11-11 20:55:37 -08:00