We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request kennknowles#70 from kaapstorm/exceptions
9d1b056
Exceptions
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: