From 26238ac1731208949312f4f91d75011a2da30d49 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Sep 2007 14:36:33 +0000 Subject: Submit missing fixture files git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7524 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/test/content_for_concatenated.erb | 3 +++ actionpack/test/fixtures/test/content_for_with_parameter.erb | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 actionpack/test/fixtures/test/content_for_concatenated.erb create mode 100644 actionpack/test/fixtures/test/content_for_with_parameter.erb (limited to 'actionpack') diff --git a/actionpack/test/fixtures/test/content_for_concatenated.erb b/actionpack/test/fixtures/test/content_for_concatenated.erb new file mode 100644 index 0000000000..fb6b4b05d7 --- /dev/null +++ b/actionpack/test/fixtures/test/content_for_concatenated.erb @@ -0,0 +1,3 @@ +<% content_for :title, "Putting stuff " + content_for :title, "in the title!" %> +Great stuff! \ No newline at end of file diff --git a/actionpack/test/fixtures/test/content_for_with_parameter.erb b/actionpack/test/fixtures/test/content_for_with_parameter.erb new file mode 100644 index 0000000000..57aecbac05 --- /dev/null +++ b/actionpack/test/fixtures/test/content_for_with_parameter.erb @@ -0,0 +1,2 @@ +<% content_for :title, "Putting stuff in the title!" %> +Great stuff! \ No newline at end of file -- cgit v1.2.3