summaryrefslogtreecommitdiff
path: root/test/prism/errors/next_1_2_3.txt
blob: 7abe577ab3450534813eb18acef496c09c6b43f7 (plain)
1
2
3
4
5
6
7
8
next(1, 2, 3)
      ^ unexpected ',', expecting end-of-input
      ^ unexpected ',', ignoring it
      ^ expected a matching `)`
            ^ unexpected ')', expecting end-of-input
            ^ unexpected ')', ignoring it
^~~~~~~~~~~~ Invalid next