diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-10-18 11:56:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-10-18 11:56:14 +0000 |
commit | b115ca307adf7ef9dca13f6e7ce40768bc0b2b75 (patch) | |
tree | 64a7e6568c6f082ae52e2e28e342d82a9947ad29 /Misc/globtests | |
parent | bc704ef05c532cff4a9ae49a22aa6cd35299cd5b (diff) | |
download | zsh-b115ca307adf7ef9dca13f6e7ce40768bc0b2b75.tar.gz zsh-b115ca307adf7ef9dca13f6e7ce40768bc0b2b75.tar.xz zsh-b115ca307adf7ef9dca13f6e7ce40768bc0b2b75.zip |
20500: Unmetafy patterns where possible and other minor pattern fixes
Diffstat (limited to 'Misc/globtests')
-rwxr-xr-x | Misc/globtests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/globtests b/Misc/globtests index 2306000bf..232fe3daa 100755 --- a/Misc/globtests +++ b/Misc/globtests @@ -134,6 +134,9 @@ t 633 <1-1000>33 t 633 <-1000>33 t 633 <1->33 t 633 <->33 +# An open top end of a range will match any integer, even +# if not representable in the internal integer type. +t 12345678901234567890123456789012345678901234567890123456789012345678901234567890foo <42->foo # Approximate matching t READ.ME (#ia1)readme f READ..ME (#ia1)readme |