summaryrefslogtreecommitdiff
path: root/test/prism/errors/command_calls.txt
blob: 6601e5fbbc622ce4b304b0ae9a22b0557d5549ed (plain)
1
2
3
4
5
6
7
8
9
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,
]