diff options
Diffstat (limited to 'lexilla/test/examples/hypertext/apostophe.php')
-rw-r--r-- | lexilla/test/examples/hypertext/apostophe.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lexilla/test/examples/hypertext/apostophe.php b/lexilla/test/examples/hypertext/apostophe.php new file mode 100644 index 000000000..ade729bfa --- /dev/null +++ b/lexilla/test/examples/hypertext/apostophe.php @@ -0,0 +1,11 @@ +<?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 /> |