diff options
author | Neil <nyamatongwe@gmail.com> | 2020-02-03 15:20:08 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-02-03 15:20:08 +1100 |
commit | 0a984bc270cda2e119fbbfe2dd7ad2511de8fe22 (patch) | |
tree | 1f0675f365bd091ad66d663080418573ec177829 /lexilla/test/examples/hypertext/apostophe.php.styled | |
parent | ed0cce0636f2871d7b75e382227f09f593301008 (diff) | |
download | scintilla-mirror-0a984bc270cda2e119fbbfe2dd7ad2511de8fe22.tar.gz |
Bug [#2143]. Add test case for comment start in number.
This is before-fix and demonstrates the issue.
Diffstat (limited to 'lexilla/test/examples/hypertext/apostophe.php.styled')
-rw-r--r-- | lexilla/test/examples/hypertext/apostophe.php.styled | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lexilla/test/examples/hypertext/apostophe.php.styled b/lexilla/test/examples/hypertext/apostophe.php.styled new file mode 100644 index 000000000..0c27ab50c --- /dev/null +++ b/lexilla/test/examples/hypertext/apostophe.php.styled @@ -0,0 +1,11 @@ +{18}<?php{118} +{125}# Test that currently fails as comment style not started in a number.{118} +{125}# line-comment{118} +{125}// line-comment{118} +{124}/* comment */{118} +{123}$foo{118} {127}={118} {122}0{118}#comment +{123}$foo{118} {127}={118} {122}0{127}//{118}comment +{123}$foo{118} {127}={118} {122}0{127}/*{120}'*/; +?> + +<br /> |