aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Old.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index f0ffa125c..ea82bc1b5 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -192,9 +192,11 @@ tests pandocPath =
"org-select-tags.org" "org-select-tags.native"
]
, testGroup "ipynb"
- [ test' "reader" ["-f", "ipynb", "-t", "native", "-s"]
+ [ test' "reader" ["-f", "ipynb-raw_html-raw_tex+raw_attribute",
+ "-t", "native", "-s"]
"ipynb/simple.ipynb" "ipynb/simple.out.native"
- , test' "writer" ["-f", "native", "-t", "ipynb", "-s"]
+ , test' "writer" ["-f", "native", "-t",
+ "ipynb-raw_html-raw_tex+raw_attribute", "-s"]
"ipynb/simple.in.native" "ipynb/simple.ipynb"
]
]