Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
[nqp]: More test fixes, add 04-comments.t .
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 23, 2009
1 parent 4174ed2 commit 6ebc781
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/nqp/00-literals.t
@@ -1,4 +1,4 @@
#!./parrot nqp.pbc
#! nqp

# check literals

Expand Down
2 changes: 1 addition & 1 deletion t/nqp/02-if-else.t
@@ -1,4 +1,4 @@
#!./parrot nqp.pbc
#! nqp

# check control structure 'if ... else'

Expand Down
2 changes: 1 addition & 1 deletion t/nqp/03-unless.t
@@ -1,4 +1,4 @@
#!./parrot nqp.pbc
#! nqp

# check control structure 'unless'

Expand Down
13 changes: 13 additions & 0 deletions t/nqp/04-comments.t
@@ -0,0 +1,13 @@
#! nqp

# check comments

say('1..2');

#Comment preceding
say("ok 1");

say("ok 2"); #Comment following

#say("not ok 3");
# say("not ok 4");

0 comments on commit 6ebc781

Please sign in to comment.