Pārlūkot izejas kodu

Update test samples

Laurent Destailleur 13 gadi atpakaļ
vecāks
revīzija
89b51eeeb2
2 mainītis faili ar 6 papildinājumiem un 2 dzēšanām
  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.