diff options
Diffstat (limited to 'ext/re/t/regop.t')
-rw-r--r-- | ext/re/t/regop.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/re/t/regop.t b/ext/re/t/regop.t index 60e4c02e0d..f75e5413ff 100644 --- a/ext/re/t/regop.t +++ b/ext/re/t/regop.t @@ -96,8 +96,8 @@ TRIE-EXACT <BQ> matched empty string Match successful! -Found floating substr "Y" at offset 1... -Found anchored substr "X" at offset 0... +Found floating substr "Y" at offset 1 (rx_origin now 0)... +Found anchored substr "X" at offset 0 (rx_origin now 0)... Successfully guessed: match at offset 0 checking floating minlen 2 |