Fixes a bug where private sequences with undefined length would attempt to be parsed as items. Also, add a test to verify that private sequences with explicit lengths are skipped.
@chafey @malaterre @Zaid-Safadi Any thoughts on this? I'm throwing away the contents of the sequence to keep parity with how we skip over defined length private sequences. Later we can add a config option to allow parsing private sequences and keep them both in sync.
Fixes a bug where private sequences with undefined length would attempt to be parsed as items. Also, add a test to verify that private sequences with explicit lengths are skipped.
@chafey @malaterre @Zaid-Safadi Any thoughts on this? I'm throwing away the contents of the sequence to keep parity with how we skip over defined length private sequences. Later we can add a config option to allow parsing private sequences and keep them both in sync.