chore: bump scintilla and lexilla version
This commit is contained in:
8
3rdparty/lexilla545/lexilla/test/examples/ruby/PercentEquals124.rb.styled
vendored
Normal file
8
3rdparty/lexilla545/lexilla/test/examples/ruby/PercentEquals124.rb.styled
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{2}# Issue 124, disambiguating %= which may be a quote or modulo assignment{0}
|
||||
{2}# %-quoting with '=' as the quote{0}
|
||||
{11}s{0} {10}={0} {25}%=3={0}
|
||||
{11}puts{0} {11}s{0}
|
||||
{11}x{0} {10}={0} {4}7{0}
|
||||
{2}# Modulo assignment, equivalent to x = x % 2{0}
|
||||
{11}x{0} {10}%={4}2{0}
|
||||
{11}puts{0} {11}x{0}
|
Reference in New Issue
Block a user