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

why Parse error at 1:4 near token 8 (NUMBER) ? #70

Open
ojbkaaaa opened this issue May 21, 2019 · 0 comments
Open

why Parse error at 1:4 near token 8 (NUMBER) ? #70

ojbkaaaa opened this issue May 21, 2019 · 0 comments

Comments

@ojbkaaaa
Copy link

1、
a = "[*].8a1c7c33-68cd-49d7-b9a6-1d3833a65ab5"
parse(a)
retuen Exception: Parse error at 1:4 near token 8 (NUMBER)

2、
a = '[*].{}'.format("eb71bcac-ccad-4a05-aeb6-7b092398429c")
parse(a)
retuen Child(Slice(start=None,end=None,step=None), Fields('eb71bcac-ccad-4a05-aeb6-7b09
2398429c'))

Why are different results?
One returns correctly, one gives an error

kaapstorm pushed a commit to kaapstorm/python-jsonpath-rw that referenced this issue Feb 17, 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

No branches or pull requests

1 participant