# File test_format.rb, line 394 def test_seven puts "test 7" 0.upto(1) do |x| tilde_format = Format.new($test_5) helper_test_seven(tilde_format, "format_testfile7-#{x}") assert(compareOutput("format_testfile7-#{x}", "./format_test.pl 7", nil)) end puts "test 7 end" end