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,16 @@
0 400 0 # encoding: utf-8
2 400 0 + puts <<A中
0 401 0 | #{1+2}
0 401 0 | A中
1 400 0
2 400 0 + puts <<中
0 401 0 | #{1+2}
0 401 0 | 中
1 400 0
0 400 0 def STDERR::error(x) = puts(x)
0 400 0 def STDERR.error(x) = puts(x)
1 400 0
2 400 0 + STDERR.error <<EOF
0 401 0 | STDERR heredoc
0 401 0 | EOF
0 400 0