diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2017-12-23 11:53:26 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2017-12-23 13:42:35 +0100 |
| commit | 35f0567a8fe840ca65f8474d0293942c76a1220f (patch) | |
| tree | 7664aec1683cdec1fbf7696e449a8512978fd21a /test/Tests | |
| parent | ef4351c4d2dee9b392c80e439a3c0f0d60594a33 (diff) | |
| download | pandoc-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.hs | 1 |
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") ]) ] |
