From d2330ba0554b09a3f942a921acfbbabcf6466bef Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 6 Apr 2000 18:44:01 +0000 Subject: 10547: (#s) and (#e) pattern assertions --- Test/11glob.ztst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Test/11glob.ztst') diff --git a/Test/11glob.ztst b/Test/11glob.ztst index f5819595b..3a64b8c22 100644 --- a/Test/11glob.ztst +++ b/Test/11glob.ztst @@ -162,6 +162,18 @@ >1: [[ read.me = (#ia1)README~READ.ME ]] >0: [[ read.me = (#ia1)README~READ_ME ]] >1: [[ read.me = (#ia1)README~(#a1)READ_ME ]] +>0: [[ test = *((#s)|/)test((#e)|/)* ]] +>0: [[ test/path = *((#s)|/)test((#e)|/)* ]] +>0: [[ path/test = *((#s)|/)test((#e)|/)* ]] +>0: [[ path/test/ohyes = *((#s)|/)test((#e)|/)* ]] +>1: [[ atest = *((#s)|/)test((#e)|/)* ]] +>1: [[ testy = *((#s)|/)test((#e)|/)* ]] +>1: [[ testy/path = *((#s)|/)test((#e)|/)* ]] +>1: [[ path/atest = *((#s)|/)test((#e)|/)* ]] +>1: [[ atest/path = *((#s)|/)test((#e)|/)* ]] +>1: [[ path/testy = *((#s)|/)test((#e)|/)* ]] +>1: [[ path/testy/ohyes = *((#s)|/)test((#e)|/)* ]] +>1: [[ path/atest/ohyes = *((#s)|/)test((#e)|/)* ]] >0 tests failed. globtest globtests.ksh -- cgit 1.4.1