Closed
Description
Hello! I found some cases where when the script node is evaluated on the same line as the tag node, the !&~
symbols for unescaping html, preserving, etc, are being formatted incorrectly.
All of the following tests are currently failing
def test_preserve
assert_format("%p~ foo")
end
def test_escape_html
assert_format("%div&= foo")
end
def test_preserve_escape_html
assert_format("%p&~ foo")
end
def test_unescape
assert_format('%p!= foo')
end
Thanks!
Metadata
Metadata
Assignees
Labels
No labels