From f4eb2e23a8f61e2766fb32a134bfa6d6b3b7f512 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Sun, 18 Mar 2018 09:59:47 -0400 Subject: Fix digesting templates with mixed formats --- actionview/test/fixtures/digestor/comments/show.js.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionview/test/fixtures/digestor/comments/show.js.erb (limited to 'actionview/test/fixtures') diff --git a/actionview/test/fixtures/digestor/comments/show.js.erb b/actionview/test/fixtures/digestor/comments/show.js.erb new file mode 100644 index 0000000000..38b37dfa2b --- /dev/null +++ b/actionview/test/fixtures/digestor/comments/show.js.erb @@ -0,0 +1 @@ +alert("<%=j render("comments/comment") %>") -- cgit v1.2.3