Skip to content

Commit

Permalink
Relax whitespace requirement before "#TODO" in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 2, 2017
1 parent a80962e commit c44a181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S24-testing/3-output.t
Expand Up @@ -43,7 +43,7 @@ plan 4;

my $test-file = 't/spec/S24-testing/test-data/todo-passed.txt';
my $cmd = "$*EXECUTABLE $test-file 2>&1";
ok qqx[$cmd] ~~ /^"1..1" \n "ok 1 - test passes# TODO testing output for passing todo test" \n $ /,
ok qqx[$cmd] ~~ /^"1..1" \n "ok 1 - test passes" \s* "# TODO testing output for passing todo test" \n $ /,
"expected output with passing todo test";

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit c44a181

Please sign in to comment.