You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-15 22:50:24 +02:00
Formated, doced. Also fixed few minor bugs.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
package jsoniter
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"bytes"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_read_base64(t *testing.T) {
|
||||
@ -12,7 +12,6 @@ func Test_read_base64(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func Test_bad_case(t *testing.T) {
|
||||
// field := *(*string)(unsafe.Pointer(&str))
|
||||
// caused this issue
|
||||
@ -40,4 +39,4 @@ func Test_bad_case(t *testing.T) {
|
||||
if count != 32 {
|
||||
t.Fatal(count)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user