aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Old.hs')
-rw-r--r--test/Tests/Old.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index ee19f2888..f0ffa125c 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -191,6 +191,12 @@ tests pandocPath =
[ test' "reader" ["-r", "org", "-w", "native", "-s"]
"org-select-tags.org" "org-select-tags.native"
]
+ , testGroup "ipynb"
+ [ test' "reader" ["-f", "ipynb", "-t", "native", "-s"]
+ "ipynb/simple.ipynb" "ipynb/simple.out.native"
+ , test' "writer" ["-f", "native", "-t", "ipynb", "-s"]
+ "ipynb/simple.in.native" "ipynb/simple.ipynb"
+ ]
]
where
test' = test pandocPath