Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
untest that Empty should be undefined
S07-glr-draft.pod calls it "temporary" anyway
  • Loading branch information
moritz committed Aug 26, 2015
1 parent acb9760 commit 44d375f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S02-types/undefined-types.t
@@ -1,12 +1,11 @@
use v6;
use Test;
plan 50;
plan 49;

# L<S02/Names and Variables/The empty>

# Empty is an empty container. As a container, it is defined.
{
ok !Empty.defined, 'Empty is undefined';
ok ().defined, '() is defined';
my @a= 1, Nil, 3;
is @a.elems, 3, 'Nil as part of list is element';
Expand Down

0 comments on commit 44d375f

Please sign in to comment.