From: usa@... Date: 2019-02-28T14:52:10+00:00 Subject: [ruby-core:91643] [Ruby trunk Bug#14621] Extra whitespace in squiggly heredoc with escaped newline Issue #14621 has been updated by usa (Usaku NAKAMURA). Backport changed from 2.3: REQUIRED, 2.4: REQUIRED, 2.5: DONE to 2.3: REQUIRED, 2.4: DONE, 2.5: DONE ruby_2_4 r67147 merged revision(s) 62872,62873. ---------------------------------------- Bug #14621: Extra whitespace in squiggly heredoc with escaped newline https://bugs.ruby-lang.org/issues/14621#change-76907 * Author: printercu (Max Melentiev) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16] * Backport: 2.3: REQUIRED, 2.4: DONE, 2.5: DONE ---------------------------------------- ~~~ruby puts <<~TXT.inspect 1 \ 2 TXT ~~~ Expected: ~~~ "1 2\n" ~~~ Got: ~~~ "1 2\n" ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: