Skip to content

Commit

Permalink
[v6.d REVIEW] Clarify desc of notandthen test
Browse files Browse the repository at this point in the history
Not all impls might use notandthen to handle `without`

Orig: 50b54916d
  • Loading branch information
zoffixznet committed Sep 15, 2018
1 parent ba05946 commit 341d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/notandthen.t
Expand Up @@ -14,7 +14,7 @@ plan 6;
'chaned notandthen executes RHS thunks only when appropriate';
}

subtest 'Empty in args to notandthen does not disappear' => {
subtest 'Empty in args to notandthen/without does not disappear' => {
plan 4;
my $r := do 42 without Empty;
is-deeply $r, 42, 'postfix `without`';
Expand Down

0 comments on commit 341d655

Please sign in to comment.