Actions
Bug #18877
closedparse.y: escaped space inconsistently allowed after assignment
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
Description
The following source inconsistently parses:
x = \ 42
though this one not:
\ 42
nor:
x = \(tab) 42
Updated by nobu (Nobuyoshi Nakada) over 2 years ago
- Status changed from Open to Closed
Applied in changeset git|982cda9a3e908c7ab49632c46f4b1e3c0219f9f2.
[Bug #18877] Let lex_ctxt
not to eat escaped whitespace
Actions
Like0
Like0