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:
parent
ef90ad7065
commit
ec49c03c0f
@ -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 : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█ ㌀ ㌁ ㌂ ㌃
|
||||
|
Loading…
Reference in New Issue
Block a user