aboutsummaryrefslogtreecommitdiff
path: root/tests/eval/comma.test
blob: 1a36dd146d9dfa54780857db9d913e81c931de35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : tests/eval/comma.test
# copyright : Copyright (c) 2014-2018 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