2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-31 01:10:51 +00:00
qpdf/qpdf/qtest/qpdf/merge-dict.out
2019-01-01 08:12:56 -05:00

37 lines
432 B
Plaintext

{
"/k1": "scalar1",
"/k2": 16059,
"/k3": {
"/a": "a",
"/b": "conflict: seen",
"/c": [
2,
3,
1
],
"/d": {
"/x": 24,
"/y": 25,
"/z": 26
},
"/e": "e"
},
"/k4": {
"/A": 65,
"/B": 66,
"/C": 67,
"/indirect2": "8 0 R",
"/recursive": "9 0 R"
},
"/k5": [
"/one",
2,
"three",
[
"/four"
],
"two"
]
}
test 50 done