-
Notifications
You must be signed in to change notification settings - Fork 11
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 Graphic Filled (0070,0024)
validation condition
#116
Fix Graphic Filled (0070,0024)
validation condition
#116
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #116 +/- ##
==========================================
+ Coverage 89.82% 89.95% +0.12%
==========================================
Files 15 15
Lines 1632 1672 +40
==========================================
+ Hits 1466 1504 +38
- Misses 166 168 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Can you please also add an entry to the release notes (with a heading "Unreleased")?
673bb49
to
cf5d2e5
Compare
In case the parser would be able to correctly parse the `Graphic Filled` conditions, they should look something like this. What's missing is some operator describing the fact that the first and the last values should be equal.
for more information, see https://pre-commit.ci
cf5d2e5
to
fe3a43b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good! I'll probably add some changes myself (as mentioned), and make a new release afterwards, if that's ok for you.
Sure! Thank you for your swift feedback and merging the PR. 🤝 |
Closes #115