Changeset 130
- Timestamp:
- 01/17/2007 07:24:36 (19 months ago)
- Files:
-
- 1 modified
-
trunk/run-tests.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/run-tests.rb
r129 r130 18 18 tests += 1 19 19 red = RedCloth.new( doc['in'], options ) 20 html = if testfile =~ /markdown/ 20 html = case testfile 21 when /markdown/ 21 22 red.to_html( :markdown ) 22 elsif testfile =~/docbook/23 when /docbook/ 23 24 red.to_docbook 24 elsif testfile =~/textile/25 when /textile/ 25 26 red.to_html( :textile ) 26 27 else