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

Commits on Jun 20, 2024

  1. Add failing test case for ref usage

    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.
    dbussink committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3c9d12c View commit details
    Browse the repository at this point in the history