chore: bump scintilla and lexilla version
This commit is contained in:
13
3rdparty/lexilla545/lexilla/test/examples/ruby/225NumberDotMethod.rb.folded
vendored
Normal file
13
3rdparty/lexilla545/lexilla/test/examples/ruby/225NumberDotMethod.rb.folded
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
0 400 0 # Float Literals
|
||||
0 400 0 12.34
|
||||
0 400 0 1234e-2
|
||||
0 400 0 1.234E1
|
||||
0 400 0 # Range Literals
|
||||
0 400 0 (1..2)
|
||||
0 400 0 (2.0..3)
|
||||
0 400 0 # Method on number
|
||||
0 400 0 1.5.ceil
|
||||
0 400 0 1ri.abs
|
||||
0 400 0 3.times {|i| puts i}
|
||||
0 400 0 3. times {|i| puts i}
|
||||
0 400 0
|
Reference in New Issue
Block a user