summaryrefslogtreecommitdiff
path: root/test/erb/hello.erb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-19 06:24:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-19 06:24:36 +0000
commit5f1284ca8dfbee247d534e6d8f0c22d1c0f36c72 (patch)
tree5eb56eb6ae40fec21d271c5fe8e376e198048c14 /test/erb/hello.erb
parent8a9bd6a5c610e96118815fd7c0fc9846e2903210 (diff)
* test/erb (TestERBCore): reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15547 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 %>