From b80f6443b6b7b620c7272664c66ecb0b120a0998 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Tue, 27 Jul 2004 13:29:18 +0000 Subject: Imported from ../bash-3.0.tar.gz. --- tests/extglob.tests | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/extglob.tests') diff --git a/tests/extglob.tests b/tests/extglob.tests index b1295c0..1a123d8 100644 --- a/tests/extglob.tests +++ b/tests/extglob.tests @@ -321,6 +321,12 @@ ab**) echo ok 41;; *) echo bad 41;; esac +# bug in all versions up to and including bash-2.05b +case "123abc" in +*?(a)bc) echo ok 42;; +*) echo bad 42;; +esac + # clean up and do the next one builtin cd / -- cgit v1.2.3