Skip to content

Commit dba0ce1

Browse files
committed
Temp-fudge Num roundtrip test for Moar
Fixing Num stringification bugs on MoarVM made this test more sensitive to the Num parsing bugs we had. I'm fairly confident I can fix the parsing bugs before the release, so I'm fudging this test on `master` so stringification bug fixes could land in to rakudo/MoarVM master.
1 parent 4546862 commit dba0ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S02-names-vars/perl.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ my @tests = (
159159
# RT #123048
160160
{
161161
my $a = 0.219947518065601987e0;
162+
#?rakudo.moar todo 'temp fudge for Grisu3 work merge'
162163
is $a.perl, EVAL($a.perl).perl,
163164
'.perl on float with many digits roundtrips okay';
164165
}

0 commit comments

Comments
 (0)