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
Thanks for opening this issue @aitherios. I'm fairly confident this is unintended behavior. There don't seem to be any good test cases in Gyoku today that describe the behavior of :attributes! along with :tag!.
The correct behavior (if I understand correctly), would be for the first code to include the property, but for it to not escape any xml that may be present in the property. Does that sound right?
If I write the following code:
the output is
"<tag><p>text<p></tag>"
, note the property may be missing in the tagBut it works with:
output:
'<tag prop="1"><p>text<p></tag>'
I would like to ask if this is the intended behaviour before submitting a PR
The text was updated successfully, but these errors were encountered: