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
The following ERB :
<div> <% @myarray.each { |element| %> ... <% } %> </div>
Raise the following error :
==> FORMATTED: <div> <% @myarray.each { |element| %>...<% } %> ==> STACK: [["div", "<div>"], ["%erb%", "@myarray.each { |element|"], ["%erb%", ""]] ==> ERROR: Unmatched close tag, tried with ["div", "</div>"], but ["%erb%", ""] was on the stack
Could the curly loop syntax be supported ?
The text was updated successfully, but these errors were encountered:
I think this is a bit harder and at the moment I don't have the time it would require, but happy to review a PR if you wanna take up the challenge 🙌
Sorry, something went wrong.
elia
No branches or pull requests
The following ERB :
Raise the following error :
Could the curly loop syntax be supported ?
The text was updated successfully, but these errors were encountered: