fix: properly handle trailing newlines in lucene and add more tests#948
fix: properly handle trailing newlines in lucene and add more tests#948
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #948 +/- ##
==========================================
- Coverage 96.21% 96.20% -0.01%
==========================================
Files 218 218
Lines 14373 14373
==========================================
- Hits 13829 13828 -1
- Misses 544 545 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pablu23
left a comment
There was a problem hiding this comment.
Looks good to me. Thank you for all the tests, but please do explain what the difference is between \Z and $ because as I thought and a quick google would also agree, they should be equivalent?
The regex is meant to find (the potentially escaped) end of the string. But https://sethmlarson.dev/regex-%24-matches-end-of-string-or-newline#:~:text=Pattern%20matches |
|
@Pablu23 could you please also tick the review tasks in the PR description? |
1762421 to
bb87566
Compare
Description
test_requesterfails for not triggering filter rulesAssignee
Documentation
Code Quality
How did you verify that the changes work in practice?
Reviewer
The rendered docs for this PR can be found here.