Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

fix: Change splitter regex to use .* instead of .+ #117

Merged
merged 1 commit into from Jun 8, 2017

Conversation

turnerhayes
Copy link
Contributor

The regex was using .+, which meant that it wasn't possible to unset variables.

114, 116

The regex was using .+, which meant that it wasn't possible to unset variables.

114, 116
@codecov-io
Copy link

Codecov Report

Merging #117 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #117   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          45     50    +5     
=====================================
+ Hits           45     50    +5
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) ⬆️

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 c9908f3...9c5b69f. Read the comment docs.

Copy link
Owner

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terrific!

@kentcdodds kentcdodds merged commit b10de51 into kentcdodds:master Jun 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants