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

Parse inlineStr values #446

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Parse inlineStr values #446

merged 1 commit into from
Feb 26, 2020

Conversation

adamhooper
Copy link
Contributor

inlineStr XML structure is <c><is><t>. This was being parsed incorrectly
when streaming (because has_value wasn't being set to true) and when
reading the whole file (because the <t> was ignored).

[closes #445]

inlineStr XML structure is <c><is><t>. This was being parsed incorrectly
when streaming (because has_value wasn't being set to true) and when
reading the whole file (because the <t> was ignored).

[closes tfussell#445]
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 83.613% when pulling ac18fc6 on adamhooper:issue-445 into 0d1d85f on tfussell:master.

@tfussell tfussell merged commit ae6f9d2 into tfussell:master Feb 26, 2020
@tfussell
Copy link
Owner

This is great. Thanks for the contribution (with tests!).

@adamhooper adamhooper deleted the issue-445 branch June 17, 2020 22:06
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.

inlineStr parsed as blank cell
3 participants