This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Add a test case for explicitly for a number larger than 2^60
fix-large-int-conversions
Paul J. Davis
7 years ago
parent
3b5ce19741
commit
66d717f584
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test/jiffy_03_number_tests.erl
+ 1
- 0
test/jiffy_03_number_tests.erl
View File
@ -49,6 +49,7 @@ cases(ok) ->
{
<
<
"
12
"
>
>
,
12
}
,
{
<
<
"
-3
"
>
>
,
-
3
}
,
{
<
<
"
1234567890123456789012345
"
>
>
,
1234567890123456789012345
}
,
{
<
<
"
4611686018427387904
"
>
>
,
4611686018427387904
}
,
{
<
<
"
1310050760199
"
>
>
,
1310050760199
}
,
{
<
<
"
1234567890123456789012345.0
"
>
>
,
Write
Preview
Loading…
Cancel
Save