From c9b37542c5d2a76cb78d2465daf098c4f9ae2da6 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 13 May 2004 12:33:22 +0000 Subject: [PATCH] Added additional tests for new bugs [SVN r22813] --- test/regress/tests.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/regress/tests.txt b/test/regress/tests.txt index 1903a0b7..058b5910 100644 --- a/test/regress/tests.txt +++ b/test/regress/tests.txt @@ -1266,3 +1266,8 @@ abc "xyzabcCD" "\U\0\E" "xyzUabcECD" ABC "xyzABCCD" "\l\0" "xyzlABCCD" ABC "xyzABCCD" "\L\0\E" "xyzLABCECD" +; and a couple of new bugs: +- match_default normal REG_ICASE REG_NO_POSIX_TEST +\u+ abcABC 0 6 +\l+ abcABC 0 6 +