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

cancel white space removal within attributes value #14

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

douggynix
Copy link
Owner

This PR removes the code that introduces removal of white space from attributes value.
This address a minor bug that would cause issues for attributes that use strings with white space.

For example, before, an attribute like this:

#[validate(email(message = "invalid email address")]

would be interpolated into that:

#[validate(email(message = "invalidemailaddress")]

which is invalid.

@douggynix douggynix self-assigned this Dec 28, 2024
@douggynix douggynix merged commit f4f7c25 into main Dec 28, 2024
1 check passed
@douggynix douggynix deleted the feature/fixing-whitespace-bug-in-attributes branch December 28, 2024 23:49
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 this pull request may close these issues.

None yet

1 participant