aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test.html')
-rw-r--r--test.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/test.html b/test.html
deleted file mode 100644
index fada913..0000000
--- a/test.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1><%= foo %> | <%= bar %></h1>
-<ul>
- <% (dotimes (n 10) %>
- <li><%= (+ n 4 5) %></li>
- <% ) %>
-</ul>