Closed Lucccyo closed 1 year ago
Zed_utf8.next_error string offset should fail with Zed_utf8.Out_of_bounds, when offset does not belong to a valid range (from 0 to string's length).
Zed_utf8.next_error string offset
Zed_utf8.Out_of_bounds
offset
string
Looks good to me too.
Zed_utf8.next_error string offset
should fail withZed_utf8.Out_of_bounds
, whenoffset
does not belong to a valid range (from 0 tostring
's length).