Przeglądaj źródła

Update test samples

Laurent Destailleur 13 lat temu
rodzic
commit
89b51eeeb2
2 zmienionych plików z 6 dodań i 2 usunięć
  1. 3 1
      test/phpunit/textiso.txt
  2. 3 1
      test/phpunit/textutf8.txt

+ 3 - 1
test/phpunit/textiso.txt

@@ -1 +1,3 @@
-Text utf8 avec un é encodé en ISO.
+#!/bin/ksh
+
+echo Text utf8 avec un é encodé en ISO.

+ 3 - 1
test/phpunit/textutf8.txt

@@ -1 +1,3 @@
-Text utf8 avec un é encodé en UTF8.
+#!/bin/ksh
+
+echo Text utf8 avec un é encodé en UTF8.