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

FIX: Count opening parentheses in literals (#358) #602

Merged
merged 7 commits into from
May 14, 2020

Conversation

carlwilson
Copy link
Member

Used to resolve conflicts in #359. Incorporates #359 submitted by @T3rj3. Fixes #358

@carlwilson carlwilson self-assigned this May 14, 2020
@carlwilson carlwilson added this to the Hackathon tasks milestone May 14, 2020
- patched integration tests for #359; and
- added `./test-root/` to `.gitignore`.
@codecov
Copy link

codecov bot commented May 14, 2020

Codecov Report

Merging #602 into integration will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             integration     #602   +/-   ##
==============================================
  Coverage          45.63%   45.63%           
  Complexity          1046     1046           
==============================================
  Files                 57       57           
  Lines               9149     9149           
  Branches            1687     1687           
==============================================
  Hits                4175     4175           
  Misses              4424     4424           
  Partials             550      550           

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 cc7e9ea...5aba49e. Read the comment docs.

@carlwilson carlwilson merged commit 73552bb into integration May 14, 2020
@carlwilson carlwilson deleted the T3rj3-integration branch May 14, 2020 23:19
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.

PDF: Parentheses not handled properly in document information dictionary
2 participants