fix: do not increment current_included_range_index past included_range_count in __do_advance

This commit is contained in:
Amaan Qureshi 2023-08-25 18:28:27 -04:00 committed by Andrew Hlynskyi
parent 8e718fcb1c
commit a4ea4737ac
6 changed files with 95 additions and 1 deletions

View file

@ -5,6 +5,7 @@ mod helpers;
mod highlight_test;
mod language_test;
mod node_test;
mod parser_hang_test;
mod parser_test;
mod pathological_test;
mod query_test;