Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature parse escaped arguments #23

Merged

Conversation

make-github-pseudonymous-again
Copy link
Owner

This fixes #19. It also fixes #9 as a side effect.

@codecov-io
Copy link

codecov-io commented Oct 17, 2018

Codecov Report

Merging #23 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   99.61%   99.65%   +0.04%     
==========================================
  Files           8       10       +2     
  Lines         262      294      +32     
==========================================
+ Hits          261      293      +32     
  Misses          1        1
Impacted Files Coverage Δ
src/grammar.js 100% <ø> (ø) ⬆️
src/shaketape.js 100% <100%> (ø) ⬆️
src/transform/shaker.js 99.45% <100%> (ø)
src/transform/index.js 100% <100%> (ø)
src/index.js 100% <100%> (ø) ⬆️
src/tokens.js 100% <100%> (ø) ⬆️
src/transform/visitor.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 4314ab7...04979a0. Read the comment docs.

@coveralls
Copy link

coveralls commented Oct 17, 2018

Coverage Status

Coverage decreased (-0.08%) to 95.671% when pulling 04979a0 on feature-parse-escaped-arguments into 4314ab7 on master.

@make-github-pseudonymous-again make-github-pseudonymous-again deleted the feature-parse-escaped-arguments branch April 6, 2019 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Treat ##1 as an escaped parameter Create base identity transform method
3 participants