Closed kckennylau closed 7 years ago
Merging #101 into develop will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## develop #101 +/- ##
========================================
Coverage 77.14% 77.14%
========================================
Files 148 148
Lines 2722 2722
Branches 639 639
========================================
Hits 2100 2100
Misses 618 618
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
src/stdlib/primitive/String/lib/tail.es6 | 25% <0%> (ø) |
: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 890db21...66a533d. Read the comment docs.
What about now?
@kckennylau Now it returns all buut last n
chars, the original was correct
I've updated it again.
Oh yeah it was supposed to be a slice, but the 0,
is unneeded.
You can delete the 0,
then.
This won't fix it, tail means last
n
chars, what you've changed it to do is make it return all but firstn
chars.