Fix SDK test

This commit is contained in:
ManyTheFish 2024-11-18 11:46:00 +01:00
parent 72ba353498
commit cd796b0f4b

View File

@ -268,7 +268,7 @@ impl<'t, 'tokenizer> Matcher<'t, 'tokenizer, '_, '_> {
last_match_last_token_position_plus_one last_match_last_token_position_plus_one
} else { } else {
// we have matched the end of possible tokens, there's nothing to advance // we have matched the end of possible tokens, there's nothing to advance
tokens.len() - 1 tokens.len()
} }
}; };