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