## ERB-snippet ```html <%= if this value end %> ``` ## Expected ```html <%= if this value end %> ``` or ```html <% if this %> <%= value %> <% end %> ``` ## Actual formatting Fails to parse ``` SyntaxTree::ERB::Parser::ParseError: Found no matching erb-tag to the if-tag at line 1,char 0 to line 3, char 125 ``` ## Comment ## Versions syntax_tree: v6.1.1 syntax_tree-erb: v0.10.2