-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Test for invalid "$anchor" syntax #301
Labels
missing test
A request to add a test to the suite that is currently not covered elsewhere.
Milestone
Comments
This one depends on #244 -- which we should totally do but ugh yeah has not been something I've managed to hit so far... :( |
Julian
added
the
missing test
A request to add a test to the suite that is currently not covered elsewhere.
label
Nov 29, 2019
How does this depend on #244? I'm not doubting, just not sure how. |
The above is wrong (my comment), we indeed can do this. |
Julian
added a commit
that referenced
this issue
Jul 1, 2022
Julian
added a commit
that referenced
this issue
Jul 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#
allowed (e.g."$anchor": "foo"
is valid, `"$anchor": "#foo" is not)There are many other possible invalid forms, but these are the two that people are most likely to think might work.
The text was updated successfully, but these errors were encountered: