mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
committed by
Daniel Lemire
parent
719dff1312
commit
6f0d350f2c
@@ -609,6 +609,12 @@ WARN_UNUSED
|
||||
quote_bits, prev_iter_ends_pseudo_pred);
|
||||
idx += 64;
|
||||
}
|
||||
|
||||
// is last string quote closed?
|
||||
if (prev_iter_inside_quote) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// finally, flatten out the remaining structurals from the last iteration
|
||||
flatten_bits(base_ptr, base, idx, structurals);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user