Actions
Bug #5648
closedirb does not handle recursive heredocs
Bug #5648:
irb does not handle recursive heredocs
Description
irb get compile error on following code:
<<A
#{ <<A
A
}
A
Actions
Added by neleai (Ondrej Bilka) almost 14 years ago. Updated almost 13 years ago.
Description
irb get compile error on following code:
<<A
#{ <<A
A
}
A
This issue was solved with changeset r38631.
Ondrej, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.