From 016929e043abb8ba778293c29081ca8e227c6e58 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 21 Jun 2016 16:12:51 +0100 Subject: 38734: fix final case clauses terminating with ;& --- Test/A01grammar.ztst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Test/A01grammar.ztst') diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index 7eedfa6e0..394480c19 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -283,6 +283,14 @@ >2 >3 + case whatever in + (*) print yeah, right ;& + esac + print but well +0:'case', redundant final ";&" +>yeah, right +>but well + ## Select now reads from stdin if the shell is not interactive. ## Its own output goes to stderr. (COLUMNS=80 LINES=3 -- cgit 1.4.1