chore: bump scintilla and lexilla version

This commit is contained in:
2025-10-12 13:51:32 +08:00
parent 9fb3681e3a
commit db20417ce7
1093 changed files with 138943 additions and 128144 deletions

View File

@ -0,0 +1,20 @@
<head> <!-- About to script -->
<?php
decrypt "xyzzy";
echo __FILE__.__LINE__;
echo "<!-- -->\n";
/* ?> */
?>
<strong>for</strong><b>if</b>
<?= 'short echo tag' ?>
<? echo 'short tag' ?>
<script>
alert("<?php echo "PHP" . ' Code'; ?>");
alert('<?= 'PHP' . "Code"; ?>');
var xml =
'<?xml version="1.0" encoding="iso-8859-1"?><SO_GL>' +
'<GLOBAL_LIST mode="complete"><NAME>SO_SINGLE_MULTIPLE_COMMAND_BUILDER</NAME>' +
'<LIST_ELEMENT><CODE>1</CODE><LIST_VALUE><![CDATA[RM QI WEB BOOKING]]></LIST_VALUE></LIST_ELEMENT>' +
'<LIST_ELEMENT><CODE>1</CODE><LIST_VALUE><![CDATA[RM *PCC]]></LIST_VALUE></LIST_ELEMENT>' +
'</GLOBAL_LIST></SO_GL>';
</script>