Selaa lähdekoodia

Update test samples

Laurent Destailleur 13 vuotta sitten
vanhempi
commit
89b51eeeb2
2 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  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.