Changeset 1912

Show
Ignore:
Timestamp:
04/12/05 21:03:21 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
3353
Message:

* isa_ok now OKs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ext/Test/t/1-basic.t

    r1800 r1912  
    1616todo_ok(2 + 2 == 5, '2 and 2 make 5'); 
    1717todo_is(2 + 2, 5, '2 and 2 make 5'); 
    18 todo_isa_ok({ 'one' => 1 }, 'Hash'); 
     18isa_ok({ 'one' => 1 }, 'Hash'); 
    1919 
    2020like("Hello World", rx:perl5{\s}, '... testing like()');