fix build under newer KConfig by bump cmake min version
This commit is contained in:
11
3rdparty/lexilla540/lexilla/test/examples/hypertext/apostophe.php
vendored
Normal file
11
3rdparty/lexilla540/lexilla/test/examples/hypertext/apostophe.php
vendored
Normal file
@ -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 />
|
Reference in New Issue
Block a user