diff options
Diffstat (limited to 'test/prism/errors/command_calls.txt')
| -rw-r--r-- | test/prism/errors/command_calls.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/prism/errors/command_calls.txt b/test/prism/errors/command_calls.txt index 19812a1d0a..6601e5fbbc 100644 --- a/test/prism/errors/command_calls.txt +++ b/test/prism/errors/command_calls.txt @@ -1,3 +1,10 @@ [a b] ^ unexpected local variable or method; expected a `,` separator for the array elements + +[ + a b do + ^ unexpected local variable or method; expected a `,` separator for the array elements + end, +] + |
