瀏覽代碼

Update test samples

Laurent Destailleur 13 年之前
父節點
當前提交
89b51eeeb2
共有 2 個文件被更改,包括 6 次插入2 次删除
  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.