1
0
mirror of https://github.com/mirror/make.git synced 2025-03-21 07:10:48 +08:00
make/tests/scripts/features/utf8
2012-09-09 21:11:00 +00:00

12 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;