shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

fix: sed works with slashes in regex #77

Closed nfischer closed 8 years ago

nfischer commented 8 years ago

This should make shx sed work a little bit better. Also, this should make the code a bit more readable. If you have any readability suggestions, chime in and I'll implement those.

codecov-io commented 8 years ago

Current coverage is 85.00% (diff: 100%)

Merging #77 into master will increase coverage by 1.66%

@@             master        #77   diff @@
==========================================
  Files             2          2          
  Lines            18         20     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits             15         17     +2   
  Misses            3          3          
  Partials          0          0          

Powered by Codecov. Last update 1fe09e3...31c845c

ariporad commented 8 years ago

LGTM!

nfischer commented 8 years ago

LGTM