mirror of
https://github.com/json-iterator/go.git
synced 2025-01-23 18:54:21 +02:00
Merge branch 'master' of https://github.com/json-iterator/go
This commit is contained in:
commit
c7d0dd5b66
@ -156,7 +156,7 @@ func (iter *Iterator) nextToken() byte {
|
||||
for i := iter.head; i < iter.tail; i++ {
|
||||
c := iter.buf[i]
|
||||
switch c {
|
||||
case ' ', '\n', '\t', 'r':
|
||||
case ' ', '\n', '\t', '\r':
|
||||
continue
|
||||
}
|
||||
iter.head = i+1
|
||||
|
Loading…
x
Reference in New Issue
Block a user