diff options
-rw-r--r-- | test/Tests/Lua.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Lua.hs b/test/Tests/Lua.hs index b42fda9c8..4599e544d 100644 --- a/test/Tests/Lua.hs +++ b/test/Tests/Lua.hs @@ -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" |