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

Fix linter cases where specific xpath expression problems are not reported #124

Closed
5 tasks done
pgfearo opened this issue Jun 10, 2023 · 1 comment
Closed
5 tasks done
Labels
bug Something isn't working

Comments

@pgfearo
Copy link
Member

pgfearo commented Jun 10, 2023

  • then must immediately follow the parenthesised condition: if (1) eq 1 then 1 else 2"
  • () is not valid after if token
  • string-literals: a single-quote escaped by another single quote must be followed by another single-quote
  • built-in functions and true() and false() must not be followed by () - current() is OK
  • function() without following curly brace is not valid
@pgfearo pgfearo changed the title Fix linter where problems are not reported Fix linter cases where specific xpath expression problems are not reported Jun 10, 2023
@pgfearo
Copy link
Member Author

pgfearo commented Jun 11, 2023

Included in Release 1.5.13

@pgfearo pgfearo closed this as completed Jun 11, 2023
@pgfearo pgfearo added the bug Something isn't working label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant