Tests/Lua: fix tests on windows
This commit is contained in:
parent
eb16f3354f
commit
66368ab330
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ tests = map (localOption (QuickCheckTests 20))
|
|||
assertFilterConversion "unexpected script name"
|
||||
"script-name.lua"
|
||||
(doc $ para "ignored")
|
||||
(doc $ para "lua/script-name.lua")
|
||||
(doc $ para (str $ "lua" </> "script-name.lua"))
|
||||
|
||||
, testCase "Pandoc version is set" . runPandocLua' $ do
|
||||
Lua.getglobal' "table.concat"
|
||||
|
|
Loading…
Reference in a new issue