aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorLucas Uyezu <lucas.uyezu@gmail.com>2012-08-02 21:23:06 -0300
committerLucas Uyezu <lucas.uyezu@gmail.com>2012-08-13 18:49:47 -0300
commit6446e84c1a0d72ecdba1046c3e15b4467eae9e5b (patch)
tree81293ce71ce3f5038257f5d426a44265c61104c4 /actionpack/test/fixtures
parentfa736e69a197522ae3af3d3e6394cdc1eb1da228 (diff)
downloadrails-6446e84c1a0d72ecdba1046c3e15b4467eae9e5b.tar.gz
rails-6446e84c1a0d72ecdba1046c3e15b4467eae9e5b.tar.bz2
rails-6446e84c1a0d72ecdba1046c3e15b4467eae9e5b.zip
Indentation should consider line number character count.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/_raise_indentation.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/_raise_indentation.html.erb b/actionpack/test/fixtures/test/_raise_indentation.html.erb
new file mode 100644
index 0000000000..f9a93728fe
--- /dev/null
+++ b/actionpack/test/fixtures/test/_raise_indentation.html.erb
@@ -0,0 +1,13 @@
+<p>First paragraph</p>
+<p>Second paragraph</p>
+<p>Third paragraph</p>
+<p>Fourth paragraph</p>
+<p>Fifth paragraph</p>
+<p>Sixth paragraph</p>
+<p>Seventh paragraph</p>
+<p>Eight paragraph</p>
+<p>Ninth paragraph</p>
+<p>Tenth paragraph</p>
+<%= raise "error here!" %>
+<p>Eleventh paragraph</p>
+<p>Twelfth paragraph</p> \ No newline at end of file