From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id D77DC19E0030 for ; Sun, 20 Dec 2015 08:27:42 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 220FBB5D86A for ; Sun, 20 Dec 2015 08:59:55 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 62ED018CC7D0 for ; Sun, 20 Dec 2015 08:59:55 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 5876D120502; Sun, 20 Dec 2015 08:59:53 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id E814512043B for ; Sun, 20 Dec 2015 08:59:49 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=2qIIo/5WGgTQ5EnO6Q0YTBrddHA=; b=r7LYGk19GLnZZNQvTU tm6Avmz8RlU/q1eisiMI4s1jo204Z28pCw2xrUdwRW3bbPjKsh/ZM5+nynIRY74r XwXcEDVN5wp3z5+Bjno+QSG2rZYSP886CkYBaOEJxo+HpGppgi3B//+8Baeexnxc c4yUeSzqyx42B0+pGAGRK+dqk= Received: by filter0471p1mdw1.sendgrid.net with SMTP id filter0471p1mdw1.5095.5675EF6FC 2015-12-19 23:59:43.271037618 +0000 UTC Received: from herokuapp.com (ec2-54-211-169-58.compute-1.amazonaws.com [54.211.169.58]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id 7Z33YJVxTjOGSWLbPrf92A for ; Sat, 19 Dec 2015 23:59:43.126 +0000 (UTC) Date: Sat, 19 Dec 2015 23:59:43 +0000 From: whitequark@whitequark.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46991 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11849 X-Redmine-Issue-Author: whitequark X-Redmine-Sender: whitequark X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS5occpejHPk7nim/dhp1YKZpWb+eQR7Aba+fg 7InxwKb1az0HAnuwKGt0aSmkOnJhfatzRhylSFTgmoAKlXhe0WN/T4ZbKgznYwZGfq8RhctjzqNAJd hX6FpYtDWTWK0WsQBX0N/1GBIWBfAFpoewOu1u6B46xfWYGj2MIXGOO3xw== X-ML-Name: ruby-core X-Mail-Count: 72396 Subject: [ruby-core:72396] [Ruby trunk - Bug #11849] [Open] Heredoc regression in 2.2.4 X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" 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/