aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-12-23 11:53:26 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-12-23 13:42:35 +0100
commit35f0567a8fe840ca65f8474d0293942c76a1220f (patch)
tree7664aec1683cdec1fbf7696e449a8512978fd21a /test/Tests
parentef4351c4d2dee9b392c80e439a3c0f0d60594a33 (diff)
downloadpandoc-35f0567a8fe840ca65f8474d0293942c76a1220f.tar.gz
Lua modules: add function pandoc.utils.to_roman_numeral
The function allows conversion of numbers below 4000 into roman numerals.
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 57e7c5f0c..956575911 100644
--- a/test/Tests/Lua.hs
+++ b/test/Tests/Lua.hs
@@ -102,6 +102,7 @@ tests = map (localOption (QuickCheckTests 20))
, plain (str "read: OK")
, plain (str "failing read: OK")
, plain (str "stringify: OK")
+ , plain (str "to_roman_numeral: OK")
])
]