Fix tests.

This commit is contained in:
Stephen Chung
2022-08-05 23:45:40 +08:00
parent d8532b48b6
commit d9ffac17fa
3 changed files with 4 additions and 7 deletions

View File

@@ -201,7 +201,7 @@ impl<'e> ParseState<'e> {
} else {
NonZeroUsize::new(index)
};
(index, is_func)
}