2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-23 23:28:35 +00:00
qpdf/libtests/qtest/json/json.out

26 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-12-17 11:55:11 -05:00
--- top-level type mismatch
top-level object is supposed to be a dictionary
---
2020-04-04 17:31:07 -04:00
--- missing items
2018-12-17 11:55:11 -05:00
json key "./one./a": key "/q" is present in schema but missing in object
json key "./one./a./r" is supposed to be a dictionary
json key "./one./a./s" is supposed to be an array
json key "./one./a": key "/t" is not present in schema but appears in object
2020-04-04 17:31:07 -04:00
json key "./three./anything": key "/z" is present in schema but missing in object
json key "./three./anything": key "/x" is not present in schema but appears in object
2018-12-17 11:55:11 -05:00
json key "./two.1": key "/glarp" is present in schema but missing in object
json key "./two.1": key "/flarp" is not present in schema but appears in object
json key "./two.2" is supposed to be a dictionary
json key "./two.3" is supposed to be a dictionary
---
--- top-level schema array error
top-level object schema array contains other than one item
---
--- lower-level schema array error
json key "./one./a./r" schema array contains other than one item
json key "./two" schema array contains other than one item
---
--- pass
---
end of json tests