mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
73e4f069be
As reported by https://hackerone.com/jpenalbae
11 lines
110 B
Ruby
11 lines
110 B
Ruby
##
|
|
# Codegen tests
|
|
|
|
assert('nested empty heredoc') do
|
|
_, a = nil, <<B
|
|
#{<<A}
|
|
A
|
|
B
|
|
assert_equal "\n", a
|
|
end
|