summaryrefslogtreecommitdiff
path: root/test/erb/hello.erb
diff options
context:
space:
mode:
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 %>