Skip to content

Commit ec49c03

Browse files
committed
fix test-file syntax
1 parent ef90ad7 commit ec49c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unicode.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--TEST
1+
--TEST--
22
Test V8::executeString() : Check if imported code works with umlauts
33
--SKIPIF--
44
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
@@ -31,8 +31,8 @@
3131
echo "php : $values->php\n";
3232
echo "execStr : $values->execStr\n";
3333
?>
34-
===EOF
35-
--EXPECTF--
34+
===EOF===
35+
--EXPECT--
3636
snapshot: äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█    ㌀ ㌁ ㌂ ㌃
3737
php : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█    ㌀ ㌁ ㌂ ㌃
3838
execStr : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█    ㌀ ㌁ ㌂ ㌃

0 commit comments

Comments
 (0)