Changeset 129 for trunk/run-tests.rb
- Timestamp:
- 01/16/2007 15:23:36 (19 months ago)
- Files:
-
- 1 modified
-
trunk/run-tests.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/run-tests.rb
r128 r129 21 21 red.to_html( :markdown ) 22 22 elsif testfile =~ /docbook/ 23 red.to_docbook23 red.to_docbook 24 24 elsif testfile =~ /textile/ 25 25 red.to_html( :textile ) … … 41 41 puts 42 42 puts "---" 43 puts "in: "; p input43 puts "in: "; p input 44 44 puts "out: "; p out 45 45 puts "expected: "; p expected