Changeset 223 for trunk/test/spork-parser.t
- Timestamp:
- 04/08/07 01:10:15 (2 years ago)
- Files:
-
- trunk/test/spork-parser.t (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/spork-parser.t
r218 r223 1 1 #!/usr/bin/perl 2 2 use lib 'lib'; 3 use Test::Base tests => 1;3 use Test::Base tests => 2; 4 4 use Spork::Parser; 5 5 use Spork::Emitter::HTML; … … 14 14 15 15 __DATA__ 16 === ParseSpork Slide16 === Format Spork Slide 17 17 --- spork format 18 18 == This is a test … … 46 46 </ul> 47 47 </div></div> 48 <p>Cool <b>stuff</b> is <i>here</i>.</p>48 <p>Cool <b>stuff</b> is <i>here</i>.</p> 49 49 <p>xxx<br /> 50 50 xxx</p> … … 59 59 } 60 60 </pre> 61 === Format Another Spork Slide 62 --- spork format 63 This is *bold* 64 65 This *bold* is 66 67 *Bold* is this 68 --- html 69 <p>This is <b>bold</b></p> 70 <p>This <b>bold</b> is</p> 71 <p><b>Bold</b> is this</p> 72
