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 @@
{1}# Simple raw string{0}
{4}r''{0}
{1}# Raw f-string{0}
{17}rf''{0}
{17}fr''{0}
{1}# Raw byte string{0}
{4}rb''{0}
{4}br''{0}
{1}# Raw unicode strings: ur'' is valid in 2.7 (but not in 3) -- always lexed as{0}
{1}# valid; ru'' is never valid{0}
{11}ru{4}''{0}
{4}ur''{0}