Skip to content

Commit 19661e6

Browse files
committed
Fix Coverable tests
The source line in rakudo simply changed.
1 parent 81b91de commit 19661e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/coverable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $t.test(‘basic query on HEAD’,
2424
$t.test-gist(basic gist test, # let's assume say proto is not going to change
2525
%(result.md =>
2626
/^^| [src/core/io_operators.pm#L」 (\d+) 「](https://github.com/rakudo/rakudo/blob/」
27-
<:hex>**40 /src/core/io_operators.pm#L $0 ) | ```proto sub say(\|) { * }``` | $$/));
27+
<:hex>**40 /src/core/io_operators.pm#L $0 ) | ```proto sub say(\|) {*}``` | $$/));
2828

2929
$t.test(using grep option,
3030
{$t.bot-nick}: 2017.06 grep=SETTING say ‘hi’,

0 commit comments

Comments
 (0)