Actions
Bug #5648
closedirb does not handle recursive heredocs
Description
irb get compile error on following code:
<<A
#{ <<A
A
}
A
Updated by ko1 (Koichi Sasada) over 12 years ago
- Assignee set to keiju (Keiju Ishitsuka)
Updated by shyouhei (Shyouhei Urabe) over 12 years ago
- Status changed from Open to Assigned
Updated by keiju (Keiju Ishitsuka) almost 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
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.
- lib/irb/ruby-lex.rb: allow to handle recursive heredocs on
irb[Bug #5648].
Actions
Like0
Like0Like0Like0