blob: d1d8a2b38ce5e82fa5b2edc675c08c7ade971c92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : tests/eval/comma.testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# 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
|