chore: bump scintilla and lexilla version
This commit is contained in:
15
3rdparty/lexilla545/lexilla/test/examples/ruby/234HereDoc.rb
vendored
Normal file
15
3rdparty/lexilla545/lexilla/test/examples/ruby/234HereDoc.rb
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# encoding: utf-8
|
||||
puts <<A中
|
||||
#{1+2}
|
||||
A中
|
||||
|
||||
puts <<中
|
||||
#{1+2}
|
||||
中
|
||||
|
||||
def STDERR::error(x) = puts(x)
|
||||
def STDERR.error(x) = puts(x)
|
||||
|
||||
STDERR.error <<EOF
|
||||
STDERR heredoc
|
||||
EOF
|
Reference in New Issue
Block a user