mirror of
https://github.com/mirror/make.git
synced 2025-03-24 08:41:18 +08:00
* tests/scripts/features/patternrules: Use Windows-compatible quoting
This commit is contained in:
parent
7449abfe1b
commit
e56243fe57
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user