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

Support mixed content in DTD #762

Merged
merged 2 commits into from
Feb 27, 2023
Merged

Support mixed content in DTD #762

merged 2 commits into from
Feb 27, 2023

Conversation

tefra
Copy link
Owner

@tefra tefra commented Feb 27, 2023

📒 Description

Support dtd mixed content for <!ELEMENT kap (#PCDATA|ofc)*>

Resolves #761

🔗 What I've Done

💬 Comments

A place to write any comments to the reviewer.

🛫 Checklist

@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Base: 99.98% // Head: 99.98% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (125ac3b) compared to base (9f1778c).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #762    +/-   ##
========================================
  Coverage   99.98%   99.98%            
========================================
  Files         101      101            
  Lines        8859     8873    +14     
  Branches     1965     1525   -440     
========================================
+ Hits         8858     8872    +14     
  Partials        1        1            
Impacted Files Coverage Δ
xsdata/codegen/mappers/dtd.py 100.00% <100.00%> (ø)
xsdata/formats/dataclass/parsers/nodes/element.py 100.00% <100.00%> (ø)
...sdata/formats/dataclass/parsers/nodes/primitive.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tefra tefra merged commit dac0b81 into master Feb 27, 2023
@tefra tefra deleted the fix-761 branch February 27, 2023 18:31
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.

Support for mixed content parsing?
1 participant