You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Find out if it actually makes sense to render complex expressions like:
/[a-z0-9!#$%&'+/=?^_
{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_
{|}~-]+)@(?:a-z0-9?.)+a-z0-9?/gIf 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
The text was updated successfully, but these errors were encountered: