aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Old.hs3
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"