crystal
crystal copied to clipboard
Newlines not accepted after escaped Heredoc identifier in REPL
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>