From: whitequark@... Date: 2015-12-19T23:59:43+00:00 Subject: [ruby-core:72396] [Ruby trunk - Bug #11849] [Open] Heredoc regression in 2.2.4 Issue #11849 has been reported by Peter Zotov. ---------------------------------------- Bug #11849: Heredoc regression in 2.2.4 https://bugs.ruby-lang.org/issues/11849 * Author: Peter Zotov * 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/