1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/erb/trim_hello.erb
seki 3ecde9ce47 pass the trim_mode [Feature #1032]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-01-21 20:22:29 +00:00

4 lines
54 B
Text

= hello
<%- 3.times do |n| -%>
* <%= n %>
<%- end -%>