We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
html body - struct S { string s; string toString() const { return "s: \"" ~ s ~ '"'; } } - S str; a(a=str) a(a=str.toString) a(a="" ~ str.toString)
<html> <body> <a a="s: """></a><a a="s: """></a><a a="s: """></a> </body> </html>
Only the last attribute is correct!
For example this breaks using custom data types like JSON or YAML in attributes
The text was updated successfully, but these errors were encountered:
86affac
No branches or pull requests
Only the last attribute is correct!
For example this breaks using custom data types like JSON or YAML in attributes
The text was updated successfully, but these errors were encountered: