Skip to content

Commit 3ed10e7

Browse files
committed
No hardcoded SHAs in Evalable tests
Don't ask why it was there for so long…
1 parent 9dc5935 commit 3ed10e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/evalable.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,19 @@ $t.test(‘stdin char count’,
134134

135135
$t.test(stdin numbers,
136136
eval: say slurp().comb(/\d+/),
137-
/^ <me($t)>‘, rakudo-moar 7bebec08e: OUTPUT: «(4𝟮)»’/);
137+
/^ <me($t)>‘, rakudo-moar <sha>: OUTPUT: «(4𝟮)»’/);
138138

139139
$t.test(stdin words,
140140
eval: say slurp().comb(/\w+/),
141-
/^ <me($t)>‘, rakudo-moar 7bebec08e: OUTPUT: «(hello world 4𝟮)»’/);
141+
/^ <me($t)>‘, rakudo-moar <sha>: OUTPUT: «(hello world 4𝟮)»’/);
142142

143143
$t.test(stdin No,
144144
eval: say slurp().comb(/<:No>+/),
145-
/^ <me($t)>‘, rakudo-moar 7bebec08e: OUTPUT: «(½)»’/);
145+
/^ <me($t)>‘, rakudo-moar <sha>: OUTPUT: «(½)»’/);
146146

147147
$t.test(stdin Nl,
148148
eval: say slurp().comb(/<:Nl>+/),
149-
/^ <me($t)>‘, rakudo-moar 7bebec08e: OUTPUT: «(Ⅵ)»’/);
149+
/^ <me($t)>‘, rakudo-moar <sha>: OUTPUT: «(Ⅵ)»’/);
150150

151151
$t.test(huge stdin is not replied back fully,
152152
eval: stdin https://raw.githubusercontent.com/perl6/mu/master/misc/camelia.txt,

0 commit comments

Comments
 (0)