# File test_format.rb, line 444
  def test_empty_top_bottom
    0.upto(1) do |x|
      #Problems when formats don't fit on a single page!
      tilde_format = Format.new("",$test_5, nil)
      tilde_format.useHash(x == 0)      
      tilde_format.setPageLength(10)    
      helper_test_empty_top_bottom(tilde_format, "format_testfile9-#{x}")
      assert(compareOutput("format_testfile9-#{x}", 
                           "./format_test.pl 8", nil))
    end
  end