blob: 99061a1f06de78bcae36eeaf3194c93eb573aa20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : tests/eval/comma.testscript
# license : MIT; see accompanying LICENSE file
# Test value packs (eval-comma).
.include ../common.testscript
: comma
:
$* <'print (foo, bar)' 2>>EOE != 0
<stdin>:1:7: error: expected single value
EOE
|