Skip to content

Commit 39a57a4

Browse files
committed
add BigInt test
1 parent 636e202 commit 39a57a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/write.jl

+4-2
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,11 @@ Base.string(x::AF) = string(x.f)
198198
),
199199
# 1151
200200
(
201-
[(a=Int128(-170141183460469231731687303715884105728),)],
201+
[(a=Int128(-170141183460469231731687303715884105728),
202+
b=big(-170141183460469231731687303715884105728),
203+
c=big(-170141183460469231731687303715884105729),)],
202204
NamedTuple(),
203-
"a\n-170141183460469231731687303715884105728\n"
205+
"a,b,c\n-170141183460469231731687303715884105728,-170141183460469231731687303715884105728,-170141183460469231731687303715884105729\n"
204206
)
205207
]
206208

0 commit comments

Comments
 (0)