json-schema-org / JSON-Schema-Test-Suite

A language agnostic test suite for the JSON Schema specifications
MIT License
625 stars 209 forks source link

output: ensure ~ and / are escaped in json-pointer #654

Closed santhosh-tekuri closed 1 year ago

gregsdennis commented 1 year ago

Nice test! I'm not sure I'd have thought of this.

I'll run it through my implementation in a bit.

santhosh-tekuri commented 1 year ago

added similar test to draft-2019;

tests pass with impl https://github.com/santhosh-tekuri/boon

Julian commented 1 year ago

Is this PR waiting on something?

gregsdennis commented 1 year ago

I think we wanted to start making sure that at least two other implementations agree on the test result.

Julian commented 1 year ago

Not I at least. But feel free to do so then if you'd like then.