Onigmo
Onigmo copied to clipboard
Extend doc about subexpression calls
I expected /(.)\g<1>\1/
to match ABA
. Perhaps the docs should state in some way that the matched text used for backreferences is determined by the closest occurrence of the target group - be it a subexp call or the original group.
Codecov Report
Merging #105 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #105 +/- ##
=======================================
Coverage 82.86% 82.86%
=======================================
Files 62 62
Lines 12827 12827
=======================================
Hits 10629 10629
Misses 2198 2198
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 b8c3321...ebd63fe. Read the comment docs.