Notepad3/scintilla/lexilla/test/examples/hypertext/apostophe.php
2020-07-24 13:38:01 +02:00

12 lines
182 B
PHP

<?php
# Test that currently fails as comment style not started in a number.
# line-comment
// line-comment
/* comment */
$foo = 0#comment
$foo = 0//comment
$foo = 0/*'*/;
?>
<br />