Show
Ignore:
Timestamp:
07/29/08 21:35:42 (5 months ago)
Author:
karpet
Message:

ditch SWISH_META_CONNECTOR and SWISH_PROP_CONNECTOR in favor of SWISH_TOKENPOS_BUMPER; add tests showing differences in inline parsing for xml vs html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/src/t/001-wordcount.t

    r2148 r2150  
    33use strict; 
    44use warnings; 
    5 use Test::More tests => 23
     5use Test::More tests => 25
    66use SwishTestUtils; 
    77 
     
    1717    'nested_meta.xml'  => '18', 
    1818    't.html'           => '6', 
    19     'testutf.xml'      => '8746',    #'8685', 
     19    'testutf.xml'      => '8754', 
    2020    'utf.xml'          => '30', 
    2121    'words.txt'        => '55', 
     
    2828    'html_broken.html' => '2', 
    2929    'properties.html'  => 19, 
     30    'inline.xml'       => 12, 
     31    'inline.html'      => 9, 
    3032 
    3133); 
    3234 
    3335my %stdindocs = ( 
    34     'doc.xml' => '8407', 
    35     'test.txt'   => 1, 
     36    'doc.xml' => '8407', 
     37    'test.txt' => 1, 
    3638 
    3739);