From: whitequark@... Date: 2016-01-14T13:42:06+00:00 Subject: [ruby-core:72858] [Ruby trunk - Bug #11990] Dedenting heredoc interacts poorly with string concatenation Issue #11990 has been updated by whitequark *. Description updated ---------------------------------------- Bug #11990: Dedenting heredoc interacts poorly with string concatenation https://bugs.ruby-lang.org/issues/11990#change-56092 * Author: whitequark * * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- The following code reproduces the problem: ~~~ p <<~E " y" x E ~~~ It prints `"x\ny"`, but the second string is not dedenting. It should print `"x\n y"`. -- https://bugs.ruby-lang.org/ Unsubscribe: