From 96bdd34a90fe61ef600095afb242fb7b0e28ff81 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 5 Oct 2022 22:07:16 +0200 Subject: Lua: fix tests on Windows broken in previous commit. --- pandoc-lua-engine/test/lua/module/pandoc-template.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-lua-engine/test/lua/module/pandoc-template.lua') diff --git a/pandoc-lua-engine/test/lua/module/pandoc-template.lua b/pandoc-lua-engine/test/lua/module/pandoc-template.lua index 638b31f09..5b31e5ae0 100644 --- a/pandoc-lua-engine/test/lua/module/pandoc-template.lua +++ b/pandoc-lua-engine/test/lua/module/pandoc-template.lua @@ -50,7 +50,7 @@ return { test('fails if template has non-existing partial', function () assert.error_matches( function () return template.compile('${ nosuchpartial() }') end, - 'Could not find data file templates/nosuchpartial' + 'Could not find data file' ) end), test('works with default template that uses partials', function () -- cgit v1.2.3