Browse Source

add missing test files

euromark 12 years ago
parent
commit
b03eeff819
2 changed files with 14 additions and 0 deletions
  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 {
+}