From 07804d4759726da04020834502d37a8f4ac97a8f Mon Sep 17 00:00:00 2001 From: Eli Rose Date: Sun, 17 Feb 2019 23:07:16 -0500 Subject: Add handling and tests. --- actionview/test/fixtures/test/syntax_error.html.erb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 actionview/test/fixtures/test/syntax_error.html.erb (limited to 'actionview/test/fixtures') 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, +%> -- cgit v1.2.3