aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/_content_tag_nested_in_content_tag.erb
blob: 2f21a75dd9a6f9d7980b3a246850d247cb32f5ed (plain) (blame)
1
2
3
<%= content_tag 'p' do %>
  <%= content_tag 'b', 'Hello' %>
<% end %>