Help for this page

Select Code to Download


  1. or download this
    Test Summary Report
    -------------------
    ...
    t/text.t .. 289/415 Stack moved 887d7ec => 887d7f0
    t/text.t .. ok       
    All tests successful.
    
  2. or download this
    Test Summary Report
    -------------------
    ...
    Failed 1/415 subtests 
            (less 32 skipped subtests: 382 okay)
            (1 TODO test unexpectedly succeeded)
    
  3. or download this
    {
        $t2->destroy if Tk::Exists($t2);
    ...
        $t2->tagAdd('sel', '1.0', '1.3');
        is($mw->SelectionGet, 'abc');
    }