diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-27 13:50:43 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-27 13:50:43 +0000 |
commit | 366fc9f0fbb8ea549b36dc2f4afee4e92bf7d81d (patch) | |
tree | babb97d32d708427a8677cb682b17b7a396e2ff7 /test/stdout | |
parent | 084efe8d7243ef5184443e2c7075e80074476703 (diff) |
Allow (?-i) to work as expected in a (n)wildlsearch key.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 8e3c661b3..e437faded 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -356,6 +356,13 @@ > a\:b: ^a\\.+b > a\:Xb: ^a\\.+b > +> # Some tests of case-(in)dependence +> +> MiXeD-CD: Data found for case-dependent MiXeD-CD +> MixeD-CD: NOT FOUND +> MiXeD-Ncd: Data found for case-independent MiXeD-nCD +> MixeD-Ncd: Data found for case-independent MiXeD-nCD +> > # IP address (CIDR) lookups > > 1.2.3.4: data for 1.2.3.4 |