~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
xml.html do
2
 
  xml.head do
3
 
    xml.title "Hello World"
4
 
  end
5
 
  
6
 
  xml.body do
7
 
    xml.p "abes"
8
 
    xml.p "monks"
9
 
    xml.p "wiseguys"
10
 
  end
11
 
end
 
 
b'\\ No newline at end of file'