Panic on some regex #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
=== RUN TestRegex
--- FAIL: TestRegex (209.38s)
panic: runtime error: slice bounds out of range [:18446744073709551615] with capacity 16 [recovered]
panic: runtime error: slice bounds out of range [:18446744073709551615] with capacity 16
r.match
returns an invalid arrayThis should be fixed in
6d906d55a6
. Can you please test it and let me know if it works?@Elara6331 It works! Thank you!
@singee Can I add your example as a test case to avoid a regression?
@Elara6331 Sure, of course!