diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-26 14:12:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 13:04:37 +0300 |
commit | d90ac405ae50f84a3cf4ba0b806cca1c89f81cff (patch) | |
tree | 3f66be39a80a0a32cbba332e34b418fa1fc9ad02 /tests/name | |
parent | e92a1aab0e1c7c9ba8e6ab9a7049207468ca53fc (diff) |
Make project variable to be of project_name type
Diffstat (limited to 'tests/name')
-rw-r--r-- | tests/name/pattern.test | 4 |
1 files changed, 2 insertions, 2 deletions
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 |