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.
22 lines
552 B
Plaintext
22 lines
552 B
Plaintext
dictionary start
|
|
dictionary item: a -> [6, 11): "bcd"
|
|
dictionary item: e -> [18, 0): []
|
|
array start
|
|
array item: [19, 20): 1
|
|
array item: [41, 42): 2
|
|
array item: [44, 45): 3
|
|
array item: [46, 47): 4
|
|
array item: [48, 54): "five"
|
|
array item: [56, 0): {}
|
|
dictionary start
|
|
dictionary item: six -> [64, 65): 7
|
|
dictionary item: 8 -> [72, 73): 9
|
|
container end: [56, 74): {}
|
|
array item: [76, 80): null
|
|
array item: [82, 86): true
|
|
array item: [107, 112): false
|
|
array item: [114, 134): "a\b\f\n\r\t\\\"/z"
|
|
container end: [18, 135): []
|
|
container end: [0, 136): {}
|
|
{}
|