From c44a18143d845185ae31f54f848e4a7db4dc4762 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Mon, 2 Jan 2017 12:50:12 -0500 Subject: [PATCH] Relax whitespace requirement before "#TODO" in test output Needed by https://github.com/rakudo/rakudo/commit/b183cabf41b5c42cce04f68743180386782ee788 Change approved by jnthn: https://irclog.perlgeek.de/perl6-dev/2017-01-02#i_13838067 --- S24-testing/3-output.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S24-testing/3-output.t b/S24-testing/3-output.t index 73c73c1458..056b08f12a 100644 --- a/S24-testing/3-output.t +++ b/S24-testing/3-output.t @@ -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