summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/test/erb/hello.erb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_6/test/erb/hello.erb')
-rw-r--r--ruby_1_8_6/test/erb/hello.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby_1_8_6/test/erb/hello.erb b/ruby_1_8_6/test/erb/hello.erb
new file mode 100644
index 0000000000..d5ebcb73b9
--- /dev/null
+++ b/ruby_1_8_6/test/erb/hello.erb
@@ -0,0 +1,4 @@
+= hello
+<% 3.times do |n| %>
+* <%= n %>
+<% end %>