Skip to content

Commit f351e47

Browse files
committed
nom fudge
1 parent 8db8866 commit f351e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S03-operators/overflow.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ sub tryeq_sloppy ($lhs, $rhs, $todo1 = '') {
257257

258258
is(:8<37777777777>, 0xffff_ffff, 'got the correct int value from oct 3777777777');
259259
is +":16<DeAdBeEf>", 0xDEADBEEF, "radix 16 notation works";
260+
#?rakudo todo 'nom regression'
260261
is +":16<dead_beef.face>", 0xDEADBEEF + 0xFACE / 65536.0, "fractional base 16 works";
261262

262263
is( :2<1.1> * 10 ** 10, 15_000_000_000, 'binary number to power of 10' );

0 commit comments

Comments
 (0)