From d90ac405ae50f84a3cf4ba0b806cca1c89f81cff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 14:12:56 +0300 Subject: Make project variable to be of project_name type --- tests/name/pattern.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/name') diff --git a/tests/name/pattern.test b/tests/name/pattern.test index 792a7c3..fad8478 100644 --- a/tests/name/pattern.test +++ b/tests/name/pattern.test @@ -9,8 +9,8 @@ define txt: file txt{*}: extension = txt EOI -$* <'print p%*.txt' >'p%*.txt' : project-simple -$* <'print p%{*.txt -x*}' >'p%*.txt p%-x*' : project-group +$* <'print pp%*.txt' >'pp%*.txt' : project-simple +$* <'print pp%{*.txt -x*}' >'pp%*.txt pp%-x*' : project-group $* <"print '*.txt'" >'*.txt' : quoted-single $* <'print "*.txt"' >'*.txt' : quoted-double -- cgit v1.1