aboutsummaryrefslogtreecommitdiff
path: root/tests/eval/comma.test
blob: 216e889b53e59cdf12ef3c3f1ca55f3741d80255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : tests/eval/comma.test
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

# Test value packs (eval-comma).

.include ../common.test

: comma
:
$* <'print (foo, bar)' 2>>EOE != 0
<stdin>:1:7: error: expected single value
EOE