* Test the PHP Parser with different PHP snippets
*/
public void testPHPParser() {
- checkHTML("<?php print \"Hello world\" ?>");
+ checkHTML("\n\n\n\n <?php print \"Hello world\" ?>");
checkHTML("<?php phpinfo(); ?>");
checkHTML("<?php phpinfo()?>");
checkHTML("<?php phpinfo(); ?> foo <?php phpinfo(); ?>");