aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/mixing_formats_deep.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/test/mixing_formats_deep.html.erb')
-rw-r--r--actionview/test/fixtures/test/mixing_formats_deep.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/mixing_formats_deep.html.erb b/actionview/test/fixtures/test/mixing_formats_deep.html.erb
new file mode 100644
index 0000000000..e328887eeb
--- /dev/null
+++ b/actionview/test/fixtures/test/mixing_formats_deep.html.erb
@@ -0,0 +1,5 @@
+{"format":"HTML", "children":
+[
+ <%= render(partial: "first_layer", formats: :xml).chomp.html_safe %>,
+ <%= render(partial: "second_layer").chomp.html_safe %>
+]}