Browse Source

Update test samples

Laurent Destailleur 13 years ago
parent
commit
89b51eeeb2
2 changed files with 6 additions and 2 deletions
  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.