mirror of
https://github.com/mirror/make.git
synced 2026-09-01 04:08:10 +08:00
* makeint.h (STOP_SET): [SV 40371] Cast to unsigned char.
* tests/scripts/misc/utf8: Test variable names with characters >127. Fix suggested by Robert Bogomip <bob.bogo@milohedge.com>
This commit is contained in:
14
tests/scripts/misc/utf8
Normal file
14
tests/scripts/misc/utf8
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*-perl-*-
|
||||
$description = "Test utf8 handling.";
|
||||
|
||||
$details = "";
|
||||
|
||||
# Variable names containing UTF8 characters
|
||||
run_make_test("
|
||||
\xe2\x96\xaa := hello
|
||||
\$(info \$(\xe2\x96\xaa))
|
||||
all:
|
||||
",
|
||||
'', "hello\n#MAKE#: Nothing to be done for 'all'.");
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user