Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add failing test case for ref usage #513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dbussink
Copy link

This adds a failing test for a test case extracted from a local issue with a JSON schema. This schema seems to work fine in other implementations, such as https://www.jsonschemavalidator.net which says it's valid and https://github.com/xeipuuv/gojsonschema which we also use for the same original schema (I simplified here for reproduction purposes).

I've tried further debugging why this doesn't seem to work, but have failed so far. It seems though that a failing test case is still then a useful bugreport this way.

Also happy for further dig in myself if someone has some pointers here as to where to look and what could be wrong here.

This adds a failing test for a test case extracted from a local issue
with a JSON schema. This schema seems to work fine in other
implementations, such as https://www.jsonschemavalidator.net which says
it's valid and https://github.com/xeipuuv/gojsonschema which we also use
for the same original schema (I simplified here for reproduction
purposes).

I've tried further debugging why this doesn't seem to work, but have
failed so far. It seems though that a failing test case is still then a
useful bugreport this way.

Also happy for further dig in myself if someone has some pointers here
as to where to look and what could be wrong here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant