From 66368ab330386a83b800d80cd8562c405ac3531d Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 25 Feb 2018 08:06:52 +0100 Subject: Tests/Lua: fix tests on windows --- test/Tests/Lua.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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" -- cgit v1.2.3