chore: bump scintilla and lexilla version
This commit is contained in:
17
3rdparty/lexilla545/lexilla/test/examples/hypertext/Issue273JavaScript.html
vendored
Normal file
17
3rdparty/lexilla545/lexilla/test/examples/hypertext/Issue273JavaScript.html
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
<script>
|
||||
var pi/*/=3.1415/*/=3.14;
|
||||
/*
|
||||
<?xml>
|
||||
<!doctype>
|
||||
*/
|
||||
/**
|
||||
<?xml>
|
||||
<!doctype>
|
||||
*/
|
||||
var template = `
|
||||
<?xml encoding='${encoding}'>
|
||||
<!doctype>
|
||||
`;
|
||||
/<?xml>/.test('<?xml>');
|
||||
/<!doctype>/.test("<!doctype>");
|
||||
</script>
|
Reference in New Issue
Block a user