* test/erb/test_erb.rb (test_token_extension): escape % in
  dedented heredoc for editors which do not support this syntax
  yet.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-01-29 02:13:38 +00:00
Родитель cb50da1dc0
Коммит 1c3a3f47dc
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -523,9 +523,9 @@ EOS
end end
src = <<~EOS src = <<~EOS
<% tag = '<>' %> <% tag = '<>' \%>
<%= tag %> <\%= tag \%>
<%== tag %> <\%== tag \%>
EOS EOS
ans = <<~EOS ans = <<~EOS