Added additional tests for new bugs

[SVN r22813]
This commit is contained in:
John Maddock
2004-05-13 12:33:22 +00:00
parent 6382470ac1
commit c9b37542c5

View File

@ -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