mirror of
https://github.com/mirror/make.git
synced 2026-09-05 14:15:00 +08:00
Ignore UTF-8 BOMs. See Savannah bug #36529.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-09-09 Paul Smith <psmith@gnu.org>
|
||||
|
||||
* scripts/features/utf8: New test for UTF-8 support.
|
||||
See Savannah bug #36529.
|
||||
|
||||
* scripts/targets/POSIX: Add tests for default macro values as
|
||||
specified by IEEE Std 1003.1-2008. See Savannah bug #37069.
|
||||
|
||||
|
||||
11
tests/scripts/features/utf8
Normal file
11
tests/scripts/features/utf8
Normal file
@@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user