summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/jump-parse.html
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/jump-parse.html')
-rw-r--r--emacs.d/nxhtml/tests/in/jump-parse.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/jump-parse.html b/emacs.d/nxhtml/tests/in/jump-parse.html
new file mode 100644
index 0000000..68b0cf4
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/jump-parse.html
@@ -0,0 +1,7 @@
+<h1>Listing People</h1>
+
+<table>
+<% for person in @people %>
+<tr>
+</tr>
+</table>