aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb')
-rw-r--r--actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb b/actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb
new file mode 100644
index 0000000000..2f21a75dd9
--- /dev/null
+++ b/actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb
@@ -0,0 +1,3 @@
+<%= content_tag 'p' do %>
+ <%= content_tag 'b', 'Hello' %>
+<% end %>