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