From: melentievm@... Date: 2018-03-21T06:38:39+00:00 Subject: [ruby-core:86236] [Ruby trunk Bug#14621] Extra whitespace in squiggly heredoc with escaped newline Issue #14621 has been reported by printercu (Max Melentiev). ---------------------------------------- Bug #14621: Extra whitespace in squiggly heredoc with escaped newline https://bugs.ruby-lang.org/issues/14621 * Author: printercu (Max Melentiev) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- ~~~ puts <<~TXT.inspect 1 \ 2 TXT Expected: "1 2\n" Got: "1 2\n" ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: