Skip to content

upgraded IPP registrations to 2024-10-09 release #193

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HPNavjot
Copy link
Collaborator

@HPNavjot HPNavjot commented Jan 20, 2025

Addressed #192

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.17%. Comparing base (186dccf) to head (8db6065).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #193   +/-   ##
=========================================
  Coverage     85.17%   85.17%           
  Complexity      502      502           
=========================================
  Files            75       75           
  Lines          1916     1916           
  Branches        257      257           
=========================================
  Hits           1632     1632           
  Misses          158      158           
  Partials        126      126           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -776,7 +780,7 @@ def fix_ktypes(type, syntax, name, group_name = ''):
intro = 'IntOrIntRangeType%s(' % set
type['ktype'] = 'IntOrIntRange'
type['kalt'] = [ 'Int', 'IntRange' ]
elif re.search('^integer(\([0-9MINAX: -]*\))?$', syntax):
elif re.search('^integer\s?(\([0-9MINAX: -]*\))?$', syntax):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\s will match whitespace, this is added to handle Integer(0:MAX) and Integer (0:MAX)

image

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.

2 participants