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

removed dashes - as valid characters for dot-name selectors #94

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

gregsdennis
Copy link
Collaborator

@gregsdennis gregsdennis commented May 11, 2021

Resolves #16

Also, I'm not sure what needs to be included in the PR as far as generated files go. Any guidance would be helpful.

@glyn
Copy link
Collaborator

glyn commented May 11, 2021

Also, I'm not sure what needs to be included in the PR as far as generated files go. Any guidance would be helpful.

IIRC (and it's a big if given how long ago I made a change), you don't need to check in generated files. Indeed .gitignore ignores them.

@@ -592,7 +592,6 @@ selector = dot-child ; see below for alternatives
dot-child = "." dot-child-name / ; .<dot-child-name>
"." "*" ; .*
dot-child-name = 1*(
"-" / ; -
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a separate PR, we should remove all those redundant comments.

@glyn glyn merged commit 43d2e97 into ietf-wg-jsonpath:main Jun 14, 2021
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.

Non-property-name-friendly chars
5 participants