forked from boostorg/regex
Added additional tests for new bugs
[SVN r22813]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user