Skip to content

Commit

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

Orig: e036c4e28
  • Loading branch information
zoffixznet committed Sep 15, 2018
1 parent 8858608 commit ba05946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/andthen.t
Expand Up @@ -16,7 +16,7 @@ my $ = 'some arg' andthen -> $x { is $x, 'some arg', 'andthen passes on argument
# RT #127822
is (S/a/A/ andthen S/b/B/ given "ab"), "AB", 'andthen with two S///';

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

0 comments on commit ba05946

Please sign in to comment.