-
Notifications
You must be signed in to change notification settings - Fork 2
Fix/allow capital 'z' in search value #6
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
To reflect the actual implementation regarding Sort.
# Conflicts: # src/main/java/io/openapitools/api/capabilities/Element.java
Codecov Report
@@ Coverage Diff @@
## master #6 +/- ##
=========================================
Coverage 90.51% 90.51%
Complexity 106 106
=========================================
Files 10 10
Lines 232 232
Branches 35 35
=========================================
Hits 210 210
Misses 6 6
Partials 16 16
Continue to review full report at Codecov.
|
as they all start with '\' and '\' is on its own already not allowed
|
I have seen it - will take a look asap ;) |
langecode
left a comment
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.
Looks ok - possibly the "suspecious" array should be converted into char[] instead of String[]
Fixes #7