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