ruby/test/prism/fixtures/command_method_call_2.txt
Earlopain 71067aa54c [ruby/prism] Reject argument command call taking a block with more trailing arguments
https://bugs.ruby-lang.org/issues/21168#note-5

The added code samples align with `parse.y`, except for `foo(bar baz do end)` which `parse.y` currently rejects but shouldn't.

https://github.com/ruby/prism/commit/3a4e102d80
2025-09-19 16:55:01 +00:00

4 lines
39 B
Plaintext

foo(bar baz do end)
foo(bar baz, bat)