From 601e07b63653d0fed91594ebba261b733d017653 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 5 May 2020 08:29:45 -0400 Subject: rc: clean up parser levels, disallow free carats on lists --- src/cmd/rc/test.rc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/cmd/rc/test.rc') 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) -- cgit v1.2.3