ソースを参照

add missing test files

euromark 12 年 前
コミット
b03eeff819
2 ファイル変更14 行追加0 行削除
  1. 7 0
      Test/test_files/txt/nok.php
  2. 7 0
      Test/test_files/txt/ok.php

+ 7 - 0
Test/test_files/txt/nok.php

@@ -0,0 +1,7 @@
+<?php
+
+/**
+ * test BOM with umlauts like äöü
+ */
+class IAMNOK {
+}

+ 7 - 0
Test/test_files/txt/ok.php

@@ -0,0 +1,7 @@
+<?php
+
+/**
+ * test BOM with umlauts like äöü
+ */
+class IAMOK {
+}