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

[RENDERER]: add optionalAttribute / spread tests when values are regular expressions #122

Open
quarkus opened this issue Jun 24, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@quarkus
Copy link
Contributor

quarkus commented Jun 24, 2024

Find out if it actually makes sense to render complex expressions like:
/[a-z0-9!#$%&'+/=?^_{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_{|}~-]+)@(?:a-z0-9?.)+a-z0-9?/g

If so, write tests, fix bugs.

Would also be nice to find out how other places handle these values (attr assignment / reflection / parsing) handle these cases

@quarkus quarkus added the enhancement New feature or request label Jun 24, 2024
@quarkus quarkus changed the title add optionalAttribute / spread tests when values are regular expressions [RENDERER]: add optionalAttribute / spread tests when values are regular expressions Oct 30, 2024
@quarkus quarkus added the bug Something isn't working label Oct 30, 2024
@quarkus
Copy link
Contributor Author

quarkus commented Oct 30, 2024

relation: #123 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant