Parcourir la source

fix test-file syntax

Stefan Siegl il y a 7 ans
Parent
commit
ec49c03c0f
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      tests/unicode.php

+ 3 - 3
tests/unicode.php

@@ -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 : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█    ㌀ ㌁ ㌂ ㌃