Changeset 223 for trunk/test

Show
Ignore:
Timestamp:
04/08/07 01:10:15 (2 years ago)
Author:
ingy
Message:
 r3795@dhcp199:  ingy | 2007-04-08 10:10:59 +0900
 Refactor Doc::Parser
 
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/spork-parser.t

    r218 r223  
    11#!/usr/bin/perl 
    22use lib 'lib'; 
    3 use Test::Base tests => 1
     3use Test::Base tests => 2
    44use Spork::Parser; 
    55use Spork::Emitter::HTML; 
     
    1414 
    1515__DATA__ 
    16 === Parse Spork Slide 
     16=== Format Spork Slide 
    1717--- spork format 
    1818== This is a test 
     
    4646</ul> 
    4747</div></div> 
    48 <p>Cool <b>stuff</b>&nbsp;is <i>here</i>.</p> 
     48<p>Cool <b>stuff</b> is <i>here</i>.</p> 
    4949<p>xxx<br /> 
    5050xxx</p> 
     
    5959} 
    6060</pre> 
     61=== Format Another Spork Slide 
     62--- spork format 
     63This is *bold* 
     64 
     65This *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