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

drupal-info.json does not support version 10.x because of wrong regex #3360

Closed
moty66 opened this issue Nov 3, 2023 · 0 comments · Fixed by #3361
Closed

drupal-info.json does not support version 10.x because of wrong regex #3360

moty66 opened this issue Nov 3, 2023 · 0 comments · Fixed by #3361
Labels
Issue-Bug Report errors or unexpected behavior (auto-generated by issue forms)

Comments

@moty66
Copy link
Contributor

moty66 commented Nov 3, 2023

Area with issue?

JSON Schema

✔️ Expected Behavior

In https://json.schemastore.org/drupal-info.json the core version must support 10.x

❌ Actual Behavior

In https://json.schemastore.org/drupal-info.json the core version can't support 10.x because the regex pattern is "pattern": "^\\d\\.x$" instead of "pattern": "^\\d+\\.x$"

YAML or JSON file that does not work.

drupal-info.json

IDE or code editor.

Visual Studio Code

Are you making a PR for this?

Yes, I will create a PR.

@moty66 moty66 added the Issue-Bug Report errors or unexpected behavior (auto-generated by issue forms) label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Report errors or unexpected behavior (auto-generated by issue forms)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant