Skip to content

Commit 9ab92d5

Browse files
committed
Add some more ignorecase tests
1 parent ccb5490 commit 9ab92d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/qregex/rx_modifiers

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## modifiers
22
:i st st y ignorecase with ligature st (:i)
3+
:i st ST y ignorecase with ligature st (:i)
4+
:i st St y ignorecase with ligature st (:i)
5+
:i st sT y ignorecase with ligature st (:i)
6+
:i st st y reversed haystack and needle ignorecase with ligature st (:i)
37
:i bcd abcdef y ignorecase (:i)
48
:i bcd aBcdef y ignorecase (:i)
59
:i bcd abCdef y ignorecase (:i)

0 commit comments

Comments
 (0)