6c8eabf72e
passes regressions on MirOS
10 lines
151 B
Raku
10 lines
151 B
Raku
name: syntax-1
|
|
description:
|
|
Check that lone ampersand is a syntax error
|
|
stdin:
|
|
&
|
|
expected-exit: e != 0
|
|
expected-stderr-pattern:
|
|
/syntax error/
|
|
---
|