From 665d38629b818d2d24f9c532c183b85b3492b464 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sun, 3 Feb 2002 02:18:30 +0000 Subject: [PATCH] Added UCS4 test --- ext/iconv/tests/001.phpt | 2 +- ext/iconv/tests/002.inc | 14 ++++++++++++++ ext/iconv/tests/002.phpt | 12 ++++++++++++ ext/iconv/tests/skipif.inc | 11 +++++++++++ 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 ext/iconv/tests/002.inc create mode 100644 ext/iconv/tests/002.phpt create mode 100644 ext/iconv/tests/skipif.inc diff --git a/ext/iconv/tests/001.phpt b/ext/iconv/tests/001.phpt index 6574d07cf9..a6f41199ae 100644 --- a/ext/iconv/tests/001.phpt +++ b/ext/iconv/tests/001.phpt @@ -1,7 +1,7 @@ --TEST-- iconv test --SKIPIF-- - + --POST-- --GET-- --FILE-- diff --git a/ext/iconv/tests/002.inc b/ext/iconv/tests/002.inc new file mode 100644 index 0000000000..f7ae53d4bd --- /dev/null +++ b/ext/iconv/tests/002.inc @@ -0,0 +1,14 @@ + diff --git a/ext/iconv/tests/002.phpt b/ext/iconv/tests/002.phpt new file mode 100644 index 0000000000..a06399c44c --- /dev/null +++ b/ext/iconv/tests/002.phpt @@ -0,0 +1,12 @@ +--TEST-- +iconv test +--SKIPIF-- + +--POST-- +--GET-- +--FILE-- + +--EXPECT-- +Expected output: +abcd +abcd diff --git a/ext/iconv/tests/skipif.inc b/ext/iconv/tests/skipif.inc new file mode 100644 index 0000000000..4fea1b0d43 --- /dev/null +++ b/ext/iconv/tests/skipif.inc @@ -0,0 +1,11 @@ + \ No newline at end of file -- 2.50.1