From: nobu@... Date: 2017-10-19T05:02:30+00:00 Subject: [ruby-core:83368] [Ruby trunk Bug#14032] squiggly heredoc with an interpolation at the beginning is unindented wrongly Issue #14032 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Bug #14032: squiggly heredoc with an interpolation at the beginning is unindented wrongly https://bugs.ruby-lang.org/issues/14032 * Author: nobu (Nobuyoshi Nakada) * Status: Assigned * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: * ruby -v: 2.5.0 dev * Backport: 2.3: DONTNEED, 2.4: REQUIRED ---------------------------------------- This result should be prefixed with spaces, not unindented. ```ruby p <<~E a #{1} E ``` -- https://bugs.ruby-lang.org/ Unsubscribe: