mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 13:03:08 +00:00
11 lines
320 B
Perl
11 lines
320 B
Perl
# -*-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;
|