From bc578b6c8eaf2ec3e203acd654d1b0c24fdbd62f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 9 Sep 2012 21:11:00 +0000 Subject: Ignore UTF-8 BOMs. See Savannah bug #36529. --- tests/scripts/features/utf8 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/scripts/features/utf8 (limited to 'tests/scripts/features/utf8') diff --git a/tests/scripts/features/utf8 b/tests/scripts/features/utf8 new file mode 100644 index 0000000..54bc471 --- /dev/null +++ b/tests/scripts/features/utf8 @@ -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; -- cgit v1.2.3