Changeset 381 for trunk


Ignore:
Timestamp:
02/25/2010 01:15:17 PM (2 years ago)
Author:
ofer
Message:

Some more test cases for the parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/test/core/parserTest.php

    r380 r381  
    206206        $this->runtestCut("b100$", array('b100$')); 
    207207        $this->runtestCut("b100$,", array('b100$')); 
     208        $this->runtestCut("a 1", array('a')); 
     209        $this->runtestCut("a (1920-30)", array('a')); 
    208210        $this->runtestCut("some <b>html</b>is here,", array('some','html','is here')); 
    209211    } 
Note: See TracChangeset for help on using the changeset viewer.