Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Jan 5, 2024
1 parent bdabb4c commit 7debbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3130,6 +3130,7 @@ when not defined(js) or NimMajor >= 2:
check match("\xF0\xAF\xA2\x94", re2(r".+(?<=弢)", flags))
check match("\xF0\xAF\xA2\x94", re2(r".{4}(?<=弢)", flags))
check match("\xF0\xAF\xA2\x94", re2(r".{4}(?<=.{4})", flags))
check findAllStr(r"ΪⒶ弢ΪⒶ弢x", re2(r"ΪⒶ弢\w", flags)) == @["ΪⒶ弢x"]
block:
var m: RegexMatch2
check match("a", re2(r"a", flags)) and
Expand Down

0 comments on commit 7debbc8

Please sign in to comment.