source:
kBuild/trunk/src/kmk/tests/scripts/features/utf8@
3140
Last change on this file since 3140 was 3140, checked in by , 7 years ago | |
---|---|
|
|
File size: 320 bytes |
Line | |
---|---|
1 | # -*-perl-*- |
2 | |
3 | $description = "Test support for UTF-8."; |
4 | |
5 | $details = ""; |
6 | |
7 | # Verify that the UTF-8 BOM is ignored. |
8 | run_make_test("\xEF\xBB\xBFall: ; \@echo \$\@\n", '', "all"); |
9 | |
10 | # This tells the test driver that the perl test script executed properly. |
11 | 1; |
Note:
See TracBrowser
for help on using the repository browser.