80609f6010
included commits to RCS files with non-trunk default branches.
11 lines
152 B
Raku
11 lines
152 B
Raku
name: syntax-1
|
|
description:
|
|
Check that lone ampersand is a syntax error
|
|
stdin:
|
|
&
|
|
expected-exit: e != 0
|
|
expected-stderr-pattern:
|
|
/syntax error/
|
|
---
|
|
|