source:
trunk/src/kmk/tests/scripts/misc/utf8
| Last change on this file was 3140, checked in by , 8 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.
