-
-
Notifications
You must be signed in to change notification settings - Fork 108
Fixing conflict in lexer when '*/*' was in a query. #287
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
Conversation
Codecov Report
@@ Coverage Diff @@
## QA #287 +/- ##
=====================================
Coverage 100% 100%
- Complexity 1865 1867 +2
=====================================
Files 63 63
Lines 4526 4530 +4
=====================================
+ Hits 4526 4530 +4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, could you add more tests?
Sure, but what kind of tests do you want me to provide? I already tested all valid use cases of |
Maybe a new line, multiples wildcards I would like more tests on strange queries more that normal ones if possible |
Ok I'll provide that. Thank you for your feedback. |
I added more complex test cases in the provider of the lexer. Is this OK now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 thank you!
Okay now, nothing more to be made before merge IMO
992e7b1
to
101e0b0
Compare
CI passed ✔️ |
…query. Pull-request: #287 Fixes: #285 Signed-off-by: William Desportes <[email protected]>
Merged, thank you @niconoe- ! |
This is willing to fix #285