From d8342e495bcc4af120af3bda105e578547a92acc Mon Sep 17 00:00:00 2001 From: starkos Date: Wed, 12 Aug 2009 15:22:44 +0000 Subject: Shortened name placeholder for project.getfilename --- tests/test_project.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_project.lua') diff --git a/tests/test_project.lua b/tests/test_project.lua index feb4b33..fab64bb 100644 --- a/tests/test_project.lua +++ b/tests/test_project.lua @@ -34,7 +34,7 @@ function T.project.getfilename_PerformsSubstitutions() local prj = { name = "project", location = "location" } - local r = _project.getfilename(prj, "{name}.prj") + local r = _project.getfilename(prj, "%%.prj") test.isequal("location/project.prj", r) end -- cgit v1.2.3