summaryrefslogtreecommitdiff
path: root/test/erb/hello.erb
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 07:16:52 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 07:16:52 +0000
commit9d1d2816aab7b2b4542a36fbfc085b3292fe00f1 (patch)
tree712427d89e78ed12e3137fb99803f9e95bebcc9b /test/erb/hello.erb
parent8cc81b3a6c473baaa543aca68df7e4d798a3eeeb (diff)
merge revision(s) 16763:
* lib/erb.rb (ERB::Compiler::TrimScanner#explicit_trim_line): Fix without strscan problems. [ruby_core:17028]. * test/erb/test_erb.rb (TestERBCoreWOStrScan): Add test class for without strscan. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/erb/hello.erb')
-rw-r--r--test/erb/hello.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/erb/hello.erb b/test/erb/hello.erb
new file mode 100644
index 0000000000..d5ebcb73b9
--- /dev/null
+++ b/test/erb/hello.erb
@@ -0,0 +1,4 @@
+= hello
+<% 3.times do |n| %>
+* <%= n %>
+<% end %>