Project

General

Profile

Bug #11849

Updated by whitequark (whitequark *) over 8 years ago

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).

Back