Commit d4151e69 authored by zhanghuiren's avatar zhanghuiren

more testcase

parent 791cf3d3
......@@ -31,6 +31,8 @@ func TestInteger_FromString(t *testing.T) {
wantErr bool
}{
{`ten`, args{`10`}, false},
{`-ten`, args{`-10`}, false},
{`30digits`, args{`123456789012345678901234567890`}, false},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment