mirror of
https://github.com/mirror/make.git
synced 2026-08-08 17:10:58 +00:00
* tests/scripts/features/patternrules: Use Windows-compatible quoting
This commit is contained in:
@@ -240,7 +240,7 @@ unlink('a.c');
|
||||
touch('some file.yy');
|
||||
run_make_test(q!
|
||||
%.xx : %.yy ; @echo matched
|
||||
!, 'some\ file.xx', "matched\n");
|
||||
!, '"some file.xx"', "matched\n");
|
||||
|
||||
unlink('some file.xx', 'some file.yy');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user