Changeset 220 for lang/perl/PlPy

Show
Ignore:
Timestamp:
09/19/07 12:37:44 (6 years ago)
Author:
tokuhirom
Message:

lang/perl/PlPy: move and refactoring.

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • lang/perl/PlPy/trunk/PlPy/t/vm_test.t

    r219 r220  
    1414    tie_output *STDOUT, $out; 
    1515    PlPy::run_it( $block->input ); 
    16     untie *STDOUT; 
    1716    is $out, $block->expected, $block->name; 
    1817}; 
     
    7978 
    8079=== tuple 
     80--- SKIP 
    8181--- input 
    8282print (1,2,3) 
     
    232232 
    233233=== string modulo by tuple 
     234--- SKIP 
    234235--- input 
    235236print "mixi: %s, %s" % ('Boofy', 'bonnu')