source:
kBuild/vendor/gnumake/current/tests/scripts/misc/utf8@
3138
Last change on this file since 3138 was 3138, checked in by , 7 years ago | |
---|---|
|
|
File size: 322 bytes |
Line | |
---|---|
1 | # -*-perl-*- |
2 | $description = "Test utf8 handling."; |
3 | |
4 | $details = ""; |
5 | |
6 | # Variable names containing UTF8 characters |
7 | run_make_test(" |
8 | \xe2\x96\xaa := hello |
9 | \$(info \$(\xe2\x96\xaa)) |
10 | all: |
11 | ", |
12 | '', "hello\n#MAKE#: Nothing to be done for 'all'."); |
13 | |
14 | 1; |
Note:
See TracBrowser
for help on using the repository browser.