crystal icon indicating copy to clipboard operation
crystal copied to clipboard

Newlines not accepted after escaped Heredoc identifier in REPL

Open devnote-dev opened this issue 5 months ago • 0 comments
trafficstars

Attempting to use an escaped heredoc identifier in the REPL causes it to evaluate the expression as an empty string:

icr:1> p <<-'FOO'
""
 => ""
icr:2>

devnote-dev avatar May 29 '25 23:05 devnote-dev