chore: bump scintilla and lexilla version
This commit is contained in:
23
3rdparty/lexilla545/lexilla/test/examples/ruby/Issue136.rb
vendored
Normal file
23
3rdparty/lexilla545/lexilla/test/examples/ruby/Issue136.rb
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
a = {r: /\w+/, h: <<EOF
|
||||
heredoc
|
||||
EOF
|
||||
}
|
||||
|
||||
puts a
|
||||
|
||||
def b # :nodoc:
|
||||
<<EOF
|
||||
heredoc
|
||||
EOF
|
||||
end
|
||||
|
||||
def c # :nodoc:
|
||||
/\w+/
|
||||
end
|
||||
|
||||
puts b
|
||||
puts c
|
||||
|
||||
$stdout . puts <<EOF
|
||||
heredoc
|
||||
EOF
|
Reference in New Issue
Block a user