Skip to content

Commit

Permalink
'make test' now passes. Now we need *good* tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Sep 17, 2009
1 parent 3d789d5 commit 33123b6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions t/00-sanity.t
@@ -1,6 +1,4 @@
# This just checks that the basic parsing and call to builtin say() works.
say '1..4';
say 'ok 1';
say 'ok ', 2;
say 'ok ', 2 + 1;
say 'ok', ' ', 4;
# This just checks that the basic parsing and call to builtin print() works
print "1..2\n";
print "ok 1\n";
print "ok ". 2 . "\n";

0 comments on commit 33123b6

Please sign in to comment.