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 the way table names are parsed #76

Merged
merged 1 commit into from
Feb 28, 2020
Merged

Fix the way table names are parsed #76

merged 1 commit into from
Feb 28, 2020

Conversation

sdispater
Copy link
Member

Fixes #74

@codecov-io
Copy link

codecov-io commented Feb 28, 2020

Codecov Report

Merging #76 into master will decrease coverage by 0.03%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   91.21%   91.18%   -0.04%     
==========================================
  Files          10       10              
  Lines        2174     2200      +26     
==========================================
+ Hits         1983     2006      +23     
- Misses        191      194       +3
Impacted Files Coverage Δ
tomlkit/parser.py 95.86% <90.9%> (-0.3%) ⬇️

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 de23e48...c7927d0. Read the comment docs.

@sdispater sdispater merged commit cc89aca into master Feb 28, 2020
@sdispater sdispater deleted the fix-issue-74 branch February 28, 2020 15:50
capuanob pushed a commit to capuanob/tomlkit that referenced this pull request Mar 1, 2023
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.

Parsing breaks when adding a closing bracket in a quoted key
2 participants