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

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

draft-07: more relative JSON pointer tests #202

Open handrews opened 6 years ago

handrews commented 6 years ago

They should probably include analogues of all of the absolute JSON Pointer tests from the JSON Pointer spec test case list. And there may be some other specific relative pointer cases to find and add as well.

Julian commented 4 years ago

245 is related.

MeastroZI commented 3 months ago

@Julian, I believe this one needs to be closed, as it seems to be realted to this issue, if I'm not mistaken.

Julian commented 3 months ago

Thanks, that's the issue I mentioned previously here it looks like. The remaining work would have been verifying the rest of what's here -- i.e. that we have all the absolute pointer tests analogued in the relative tests. Have you checked that as well?

MeastroZI commented 3 months ago

@Julian, it appears that escape characters are not covered in RJP. Could I work on that, if I am not misunderstanding it?

MeastroZI commented 3 months ago

Ex: this and all subsequent tests are not covered in RJP.

Julian commented 2 months ago

I'm on vacation so it will take me a few weeks to look -- but I'd say if you've found some tests which look missing, send a PR and someone will likely review (likely before I'm even fully looking at things).

MeastroZI commented 2 months ago

Thanks for your reply @Julian and sorry for disturb. enjoy your vacataion :)

MeastroZI commented 2 months ago

@Julian just one question , if i am not wrong RJP also need to be include the tests with escape characters which are in absolute json pointer ? like this one

 {
                "description": "valid JSON-pointer as stated in RFC 6901 #5",
                "data": "/a~1b",
                "valid": true
}