summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/next.txt
blob: 2ef14c6304e929ce50fbae065a604eb75413b852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
tap { next }

tap { next (1), (2), (3) }

tap { next 1 }

tap { next 1, 2,
3 }

tap { next 1, 2, 3 }

tap { next [1, 2, 3] }

tap { next(
  1
  2
) }

tap { next
1 }

tap { next() }

tap { next(1) }