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

Unicode are Espaced Wrong #470

Open
LaurinStreng opened this issue Feb 17, 2025 · 0 comments
Open

Unicode are Espaced Wrong #470

LaurinStreng opened this issue Feb 17, 2025 · 0 comments

Comments

@LaurinStreng
Copy link
Contributor

Currently, all Unicodes are Escape like this:

\uxxxx (Character with 16-bit hex value xxxx). Because of the openapi2jsonschema

But for kubeconform to successfully understand the Regex it needs to be double Escape like this:

\\uxxx

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

No branches or pull requests

1 participant