-
Notifications
You must be signed in to change notification settings - Fork 31
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
Nested contexts behavior #590
Comments
It is explicitly not allowed. Specific keywords in I suspect there are some tests for this, but maybe not for |
Added a test in #591. I think 4.2.2.5 is the relevant spec text. Looks like jsonld.js is recursively processing objects, and pulling out the |
Addressed with test for correct behavior: #591. |
How should a nested context behave?
jsonld.js will expand to:
Ruby Distiller errors:
Sophia errors:
If this isn't undefined behavior, there should be a positive or negative test for this case.
The text was updated successfully, but these errors were encountered: