Actions
Bug #14621
closedExtra whitespace in squiggly heredoc with escaped newline
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
Backport:
Description
puts <<~TXT.inspect
1 \
2
TXT
Expected:
"1 2\n"
Got:
"1 2\n"
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0Like0Like0