1436190 - Test additions & refactoring
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / src / net / sourceforge / phpeclipse / tests / parser / ShortTagTestCase.java
index 6924876..7351671 100644 (file)
@@ -21,7 +21,7 @@ public class ShortTagTestCase extends AbstractCompilerTest {
         */
        public void testPHPParser() {
                checkHTML("<?=$var?>");
-               checkHTML("<?=\"a\"; someOtherPHPCode(); ?>");
+               checkHTML("<?=\"a\", someOtherPHPCode(); ?>");
                checkHTML("<?= \"a\", \"b\" ?> text <?= \"a\", \"b\" ?>");
        }