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