Tests/Lua: fix tests on windows

This commit is contained in:
Albert Krewinkel 2018-02-25 08:06:52 +01:00
parent eb16f3354f
commit 66368ab330
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -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"