From: whitequark@... Date: 2015-12-20T00:02:14+00:00 Subject: [ruby-core:72397] [Ruby trunk - Bug #11849] Heredoc regression in 2.2.4 Issue #11849 has been updated by whitequark *. Description updated ---------------------------------------- Bug #11849: Heredoc regression in 2.2.4 https://bugs.ruby-lang.org/issues/11849#change-55683 * Author: whitequark * * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155) * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- The following code gets rejected by 2.2.4: ~~~ { label:<<-DOC Some text for a heredoc goes here DOC } ~~~ However, it was valid in 2.2.3. I think this might have been introduced in r51617 (#10653). -- https://bugs.ruby-lang.org/