From 04407e522b43c37198c8a821723950470d0919f5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 7 Jun 2001 16:42:05 +0000 Subject: Another hush update from Larry: Fixes the interaction between if/then/else/fi syntax and variables. I planned to do it right from the beginning, but my implementation was buggy. Also adds the relevant test cases. Also adds some old Matt Kraai variable test cases that got left out somehow. --- tests/sh.testcases | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'tests') diff --git a/tests/sh.testcases b/tests/sh.testcases index 88e709f87..e2a75873e 100644 --- a/tests/sh.testcases +++ b/tests/sh.testcases @@ -28,6 +28,35 @@ if false; then tr 'A-Z' 'a-z'; else echo bar4; fi foo 2>&1 cat foo -- cgit v1.2.3