From: "qnighy (Masaki Hara)" Date: 2022-06-26T12:57:32+00:00 Subject: [ruby-core:109051] [Ruby master Bug#18877] parse.y: escaped space inconsistently allowed after assignment Issue #18877 has been reported by qnighy (Masaki Hara). ---------------------------------------- Bug #18877: parse.y: escaped space inconsistently allowed after assignment https://bugs.ruby-lang.org/issues/18877 * Author: qnighy (Masaki Hara) * Status: Open * Priority: Normal * ruby -v: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux] * Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- The following source inconsistently parses: ```ruby x = \ 42 ``` though this one not: ```ruby \ 42 ``` nor: ```ruby x = \(tab) 42 ``` -- https://bugs.ruby-lang.org/ Unsubscribe: