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

Allow base contract string constructor args with open curly braces #479

Merged
merged 2 commits into from
Feb 14, 2020

Conversation

cgewecke
Copy link
Member

#478

contract Test is Interpolated("abc{defg}"){
    function a(uint x) public {
        uint y = x;
    }
}

@codecov-io
Copy link

codecov-io commented Feb 14, 2020

Codecov Report

Merging #479 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
+ Coverage   99.22%   99.23%   +<.01%     
==========================================
  Files          20       20              
  Lines         779      784       +5     
==========================================
+ Hits          773      778       +5     
  Misses          6        6
Impacted Files Coverage Δ
lib/parse.js 96.05% <100%> (+0.27%) ⬆️

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 5dd2d58...c861dda. Read the comment docs.

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.

2 participants