diff options
author | Russ Cox <rsc@swtch.com> | 2020-05-05 08:29:45 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-05-05 08:30:14 -0400 |
commit | 601e07b63653d0fed91594ebba261b733d017653 (patch) | |
tree | dc96bb79d1d9e773cbe2ba94ed4850bb5d86509f /src/cmd/rc/test.rc | |
parent | ff74f7cdda7b08da6fe7c8bbcca990305fd6b547 (diff) | |
download | plan9port-601e07b63653d0fed91594ebba261b733d017653.tar.gz plan9port-601e07b63653d0fed91594ebba261b733d017653.tar.bz2 plan9port-601e07b63653d0fed91594ebba261b733d017653.zip |
rc: clean up parser levels, disallow free carats on lists
Diffstat (limited to 'src/cmd/rc/test.rc')
-rw-r--r-- | src/cmd/rc/test.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmd/rc/test.rc b/src/cmd/rc/test.rc index f667b840..4a33d87c 100644 --- a/src/cmd/rc/test.rc +++ b/src/cmd/rc/test.rc @@ -83,3 +83,11 @@ x = y # x y=z # x =y # x -flag=y + +>z x | y + +# rejected now, was like parens were spaces before. +# echo Formatting Venti arenas and indices (this takes a while). + + +# echo $STATLINE(1)^$STATLINE(3)' '$STATLINE(2)' '$STATLINE(4)' '$LSLINE(6) |