A block containing the word do generated some errors.
In
<% what_to_do do |form| %>
the do at the end of what_to_do was interpreted as the start of
a block. To avoid this all erb-code is now parsed between word boundaries.
So what_to_do will become one Token with type erb_code.
do
generated some errors. Inthe
do
at the end ofwhat_to_do
was interpreted as the start of a block. To avoid this all erb-code is now parsed between word boundaries. Sowhat_to_do
will become one Token with typeerb_code
.