diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-20 09:28:38 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-20 09:41:03 +0100 |
commit | cd2bffee1e4c0ca9c999bd37f81732664f9f107a (patch) | |
tree | 88822fe1d8ac78a476a8025cf5562ac24ae74c8d /test/Tests | |
parent | 993222d2c9c94cbf51f06528b79ffddd56b9da46 (diff) | |
download | pandoc-cd2bffee1e4c0ca9c999bd37f81732664f9f107a.tar.gz |
Lua: use more natural representation for Reference values
Omit `false` boolean values, push integers as numbers.
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Lua/Module.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Lua/Module.hs b/test/Tests/Lua/Module.hs index 8be445f65..e4d1e8bd9 100644 --- a/test/Tests/Lua/Module.hs +++ b/test/Tests/Lua/Module.hs @@ -29,7 +29,7 @@ tests = ("lua" </> "module" </> "pandoc-path.lua") , testPandocLua "pandoc.types" ("lua" </> "module" </> "pandoc-types.lua") - , testPandocLua "pandoc.util" + , testPandocLua "pandoc.utils" ("lua" </> "module" </> "pandoc-utils.lua") ] |