From ec49c03c0fe1894f4af21df31ad7c7dd3844d94d Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Mon, 25 Sep 2017 15:03:34 +0200 Subject: [PATCH] fix test-file syntax --- tests/unicode.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unicode.php b/tests/unicode.php index f0c1bc7..a11bbb9 100644 --- a/tests/unicode.php +++ b/tests/unicode.php @@ -1,4 +1,4 @@ ---TEST +--TEST-- Test V8::executeString() : Check if imported code works with umlauts --SKIPIF-- @@ -31,8 +31,8 @@ echo "snapshot: $values->snapshot\n"; echo "php : $values->php\n"; echo "execStr : $values->execStr\n"; ?> -===EOF ---EXPECTF-- +===EOF=== +--EXPECT-- snapshot: äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█    ㌀ ㌁ ㌂ ㌃ php : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█    ㌀ ㌁ ㌂ ㌃ execStr : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█    ㌀ ㌁ ㌂ ㌃