aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2019-03-28 14:53:22 -0400
committerGitHub <noreply@github.com>2019-03-28 14:53:22 -0400
commite3f5f1c936869b81b01835adc9c683e058edfeaf (patch)
tree7cc31fadaa654951237faf843015be6b070ae382 /actionview/test/fixtures
parent78ace9cd080e626feb89ffb9e4142f0b672a53b3 (diff)
parent07804d4759726da04020834502d37a8f4ac97a8f (diff)
downloadrails-e3f5f1c936869b81b01835adc9c683e058edfeaf.tar.gz
rails-e3f5f1c936869b81b01835adc9c683e058edfeaf.tar.bz2
rails-e3f5f1c936869b81b01835adc9c683e058edfeaf.zip
Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors-in-templates
Display a more helpful error message when an ERB template has a Ruby syntax error.
Diffstat (limited to 'actionview/test/fixtures')
-rw-r--r--actionview/test/fixtures/test/syntax_error.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/syntax_error.html.erb b/actionview/test/fixtures/test/syntax_error.html.erb
new file mode 100644
index 0000000000..4004a2b187
--- /dev/null
+++ b/actionview/test/fixtures/test/syntax_error.html.erb
@@ -0,0 +1,4 @@
+<%= foo(
+ 1,
+ 2,
+%>