mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 11:46:35 +00:00
4c7cfd5cbc
Call the parent container's item method before calling the child item's start method so we can easily know the current nesting level when nested items are added.
19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
array start
|
|
array item: [1, 0): []
|
|
array start
|
|
array item: [2, 0): []
|
|
array start
|
|
array item: [3, 0): {}
|
|
dictionary start
|
|
container end: [3, 5): {}
|
|
container end: [2, 6): []
|
|
array item: [8, 0): {}
|
|
dictionary start
|
|
dictionary item: -> [13, 0): {}
|
|
dictionary start
|
|
container end: [13, 15): {}
|
|
container end: [8, 16): {}
|
|
container end: [1, 17): []
|
|
container end: [0, 18): []
|
|
[]
|