Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Mar 24, 2023
1 parent a0b598f commit 1d8f4d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/data/regression.toml
Original file line number Diff line number Diff line change
Expand Up @@ -624,3 +624,12 @@ haystack = "0"
unicode = true
utf8 = false
matches = [[0, 0], [1, 1]]

# From: https://github.com/rust-lang/regex/issues/969
[[test]]
name = "i969"
regex = 'c.*d\z'
haystack = "ababcd"
bounds = [4, 6]
search-kind = "earliest"
matches = [[4, 6]]

0 comments on commit 1d8f4d6

Please sign in to comment.