aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-12-22 20:08:51 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-12-22 20:09:37 +0100
commit23edb958dbf0210ff82fd0284563c8280ab79bf1 (patch)
tree6b99135e1a074c58a3d6eba6e823a39c7d49491b /test/Tests
parent9ddf84072b27553e9ffd578ae40003108f51015a (diff)
downloadpandoc-23edb958dbf0210ff82fd0284563c8280ab79bf1.tar.gz
Lua modules: add stringify function to pandoc.utils
The new function `pandoc.utils.stringify` converts any AST element to a string with formatting removed.
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Lua.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Tests/Lua.hs b/test/Tests/Lua.hs
index 0e76249fe..57e7c5f0c 100644
--- a/test/Tests/Lua.hs
+++ b/test/Tests/Lua.hs
@@ -101,6 +101,7 @@ tests = map (localOption (QuickCheckTests 20))
, plain (str "failing pipe: OK")
, plain (str "read: OK")
, plain (str "failing read: OK")
+ , plain (str "stringify: OK")
])
]