0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 08:11:52 +00:00

fix test-file syntax

This commit is contained in:
Stefan Siegl 2017-09-25 15:03:34 +02:00
parent ef90ad7065
commit ec49c03c0f
No known key found for this signature in database
GPG Key ID: 51575950154839CD

View File

@ -1,4 +1,4 @@
--TEST
--TEST--
Test V8::executeString() : Check if imported code works with umlauts
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
@ -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 : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█