blob: 54bc471049f523e679a9bd82883847e46209beb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# -*-perl-*-
$description = "Test support for UTF-8.";
$details = "";
# Verify that the UTF-8 BOM is ignored.
run_make_test("\xEF\xBB\xBFall: ; \@echo \$\@\n", '', "all");
# This tells the test driver that the perl test script executed properly.
1;
|