diff options
| author | John MacFarlane <[email protected]> | 2023-03-21 21:08:02 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-25 21:50:54 -0700 |
| commit | 31bf02baa4dd7312e65b9e3158db7faf62dcf5ac (patch) | |
| tree | 4daf2995b4d442b773b8346da29f55d269bed996 /test/Tests/Old.hs | |
| parent | d8ec5c4b752c3fd09f0c5abdd7f1f5097835a6de (diff) | |
Add typst writer.typst-writer
See #8713.
Still needed:
- PDF-via-typst support
- fuller table support
Diffstat (limited to 'test/Tests/Old.hs')
| -rw-r--r-- | test/Tests/Old.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs index 957a41287..81a5adbf2 100644 --- a/test/Tests/Old.hs +++ b/test/Tests/Old.hs @@ -193,6 +193,9 @@ tests pandocPath = , testGroup "ms" [ testGroup "writer" $ writerTests' "ms" ] + , testGroup "typst" + [ testGroup "writer" $ writerTests' "typst" + ] , testGroup "creole" [ test' "reader" ["-r", "creole", "-w", "native", "-s"] "creole-reader.txt" "creole-reader.native" |
