Closed Srivats1991 closed 4 years ago
Merging #23 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #23 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 121 138 +17
=====================================
+ Hits 121 138 +17
Impacted Files | Coverage Δ | |
---|---|---|
matcher.go | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a90a7b5...575ca6d. Read the comment docs.
@jnatalzia can you review? since you have more idea about context.
@Srivats1991 code looks good but I still think we should be limiting the characters that match palindrome. See my comment here: https://github.com/cyucelen/marker/pull/23#discussion_r335496879
I thought I will add one more matcher scenario. Please review my code and let me know if there's anything better I can do. Thanks!