From a65a3bde0bee7d3d28c30775ec955260ed61e96c Mon Sep 17 00:00:00 2001 From: Marek Date: Mon, 27 Jun 2016 19:00:54 +0200 Subject: New syntax for tag helpers i.e. tag.br instead of tag(br) #25195 --- actionview/test/fixtures/test/_builder_tag_nested_in_content_tag.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 actionview/test/fixtures/test/_builder_tag_nested_in_content_tag.erb (limited to 'actionview/test/fixtures') diff --git a/actionview/test/fixtures/test/_builder_tag_nested_in_content_tag.erb b/actionview/test/fixtures/test/_builder_tag_nested_in_content_tag.erb new file mode 100644 index 0000000000..ddad7ec3ac --- /dev/null +++ b/actionview/test/fixtures/test/_builder_tag_nested_in_content_tag.erb @@ -0,0 +1,3 @@ +<%= tag.p do %> + <%= tag.b 'Hello' %> +<% end %> -- cgit v1.2.3