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

strip leading and trailing whitespace in query box #80

Closed
milnak opened this issue Jan 7, 2025 · 0 comments · Fixed by #81
Closed

strip leading and trailing whitespace in query box #80

milnak opened this issue Jan 7, 2025 · 0 comments · Fixed by #81
Assignees
Labels

Comments

@milnak
Copy link

milnak commented Jan 7, 2025

I entered [space]$.a[space] and got:

SyntaxError: Expected "$" but " " found.

Then I entered $.a (no whitespace) and got the correct result. Leading and trailing whitespace should be stripped.

@ashphy ashphy self-assigned this Jan 8, 2025
@ashphy ashphy added the bug label Jan 8, 2025
@ashphy ashphy closed this as completed in #81 Jan 8, 2025
@ashphy ashphy closed this as completed in b678289 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants