From 18344e9b0e667b592c2990c25628738b2b161538 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 10 Dec 2007 22:36:11 +0000 Subject: Missed commit. Closes #10437. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8373 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/test/hello_world_from_rxml.builder | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 actionpack/test/fixtures/test/hello_world_from_rxml.builder diff --git a/actionpack/test/fixtures/test/hello_world_from_rxml.builder b/actionpack/test/fixtures/test/hello_world_from_rxml.builder new file mode 100644 index 0000000000..8455b11edc --- /dev/null +++ b/actionpack/test/fixtures/test/hello_world_from_rxml.builder @@ -0,0 +1,4 @@ +xml.html do + xml.p "Hello" +end +"String return value" -- cgit v1.2.3