Changeset 1912
- Timestamp:
- 04/12/05 21:03:21 (4 years ago)
- svk:copy_cache_prev:
- 3353
- Files:
-
- 1 modified
-
ext/Test/t/1-basic.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ext/Test/t/1-basic.t
r1800 r1912 16 16 todo_ok(2 + 2 == 5, '2 and 2 make 5'); 17 17 todo_is(2 + 2, 5, '2 and 2 make 5'); 18 todo_isa_ok({ 'one' => 1 }, 'Hash');18 isa_ok({ 'one' => 1 }, 'Hash'); 19 19 20 20 like("Hello World", rx:perl5{\s}, '... testing like()');
