summaryrefslogtreecommitdiff
path: root/test/prism/errors/command_calls_33.txt
AgeCommit message (Collapse)Author
2025-09-17[ruby/prism] Reject `1 if foo = bar baz`Earlopain
and also `1 and foo = bar baz` This is a partial fix for https://github.com/ruby/prism/issues/3106 It still accepts `a = b c and 1` https://github.com/ruby/prism/commit/7a13d3535b