# File test_format.rb, line 523
  def test_eleven
    #Problems when formats don't fit on a single page!
    f = []
    f.push( '<?xml version="1.0"?>' )
    f.push( '@@@ @@@' )
    f.push( 'one,one,one,one,one,one')
    0.upto(1) do |x|
      format = Format.new(f)
      helper_test_eleven(format, "format_testfile11-#{x}")      

    end
    format = Format.new(f)
    helper_hash_test_eleven(format, "format_testfile11-2")

  end