Fix bug #1385272: Parsing of short open tags not fully compatible to PHP parse
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / src / net / sourceforge / phpeclipse / tests / parser / PHPParserTestCase.java
index db68ad3..ff9c420 100644 (file)
@@ -223,25 +223,13 @@ public class PHPParserTestCase extends AbstractCompilerTest {
                // parser.phpParserTester(strEval, 1);
        }
 
-       private void checkHTML(String strEval) {
-               if (Scanner.DEBUG) {
-                       System.out.println("\n------------------------------------");
-                       System.out.println(strEval);
-               }
-               checkParseHTML(strEval.toCharArray(), "");
-               // parser.phpParserTester(strEval, 1);
-       }
-       // private void checkHTML(String strEval) {
-       // if (Scanner.DEBUG) {
-       // System.out.println("\n------------------------------------");
-       // System.out.println(strEval);
-       // }
-       // parser.parse(strEval);
-       // }
-       // /**
-       // * The JUnit setup method
-       // */
-       // protected void setUp() {
-       // parser = new Parser(null);
-       // }
+//     private void checkHTML(String strEval) {
+//             if (Scanner.DEBUG) {
+//                     System.out.println("\n------------------------------------");
+//                     System.out.println(strEval);
+//             }
+//             checkParseHTML(strEval.toCharArray(), "");
+//             // parser.phpParserTester(strEval, 1);
+//     }
+
 }