Skip to content

Commit c70a045

Browse files
committed
rakudo unfudges (fmt)
1 parent faa58d4 commit c70a045

File tree

1 file changed

+0
-3
lines changed
  • S02-names_and_variables

1 file changed

+0
-3
lines changed

S02-names_and_variables/fmt.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ plan 21;
2929
}
3030

3131
# L<S02/"Names and Variables"/"hash value" "formats for both key and value">
32-
#?rakudo skip 'nom regression'
3332
#?DOES 1
3433
{
3534
my $hash = {
@@ -67,7 +66,6 @@ is (1..3).fmt, '1 2 3', 'Range.fmt with defaults';
6766
}
6867

6968
# Test defaults on $comma
70-
#?rakudo skip 'nom regression'
7169
#?DOES 2
7270
{
7371
is([1..3].fmt("%d"), "1 2 3", 'default $comma for array');
@@ -85,7 +83,6 @@ is (1..3).fmt, '1 2 3', 'Range.fmt with defaults';
8583
}
8684

8785
# .fmt without arguments
88-
#?rakudo skip 'nom regression'
8986
#?DOES 5
9087
{
9188
is (1).fmt(), '1', 'scalar .fmt without $fmt';

0 commit comments

Comments
 (0)