Changeset 129 for trunk/run-tests.rb

Show
Ignore:
Timestamp:
01/16/2007 15:23:36 (19 months ago)
Author:
jgarber
Message:

Convert tabs to spaces

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/run-tests.rb

    r128 r129  
    2121                       red.to_html( :markdown ) 
    2222                   elsif testfile =~ /docbook/ 
    23                                                                                         red.to_docbook 
     23                      red.to_docbook 
    2424                   elsif testfile =~ /textile/ 
    2525                       red.to_html( :textile ) 
     
    4141      puts 
    4242      puts "---" 
    43                         puts "in: "; p input 
     43      puts "in: "; p input 
    4444      puts "out: "; p out 
    4545      puts "expected: "; p expected