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

Error in AI 7030 pattern #345

Closed
jodal opened this issue Nov 24, 2024 · 1 comment · Fixed by #346
Closed

Error in AI 7030 pattern #345

jodal opened this issue Nov 24, 2024 · 1 comment · Fixed by #346

Comments

@jodal
Copy link
Owner

jodal commented Nov 24, 2024

Hi,
in _application_identifiers.json AI ​​7030 the pattern is incorrect
"^7030(\d{3})(!%-?A-Z_a-z\x22]{1,27})$"
correct:
"^7030(\d{3})([!%-?A-Z_a-z\x22]{1,27})$"

great work

Originally posted by @GustavoCosta1989 in #66 (comment)

@jodal
Copy link
Owner Author

jodal commented Nov 24, 2024

A fix is released in Biip 3.5.2.

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 a pull request may close this issue.

1 participant