Skip to content

fix the error message typo of ReadObjectCB & ReadMapCb function #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2020
Merged

fix the error message typo of ReadObjectCB & ReadMapCb function #427

merged 1 commit into from
Jan 6, 2020

Conversation

AllenX2018
Copy link
Collaborator

@AllenX2018 AllenX2018 commented Jan 3, 2020

In ReadObjectCb/ReadMapCb function, when the iterator read a token which is not '"' after '{', the error message should be expect " after {, but found xxx, not expect " after }, but found xxx

@codecov
Copy link

codecov bot commented Jan 3, 2020

Codecov Report

Merging #427 into master will decrease coverage by 0.58%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
- Coverage   86.85%   86.27%   -0.59%     
==========================================
  Files          41       41              
  Lines        5106     5106              
==========================================
- Hits         4435     4405      -30     
- Misses        535      565      +30     
  Partials      136      136
Impacted Files Coverage Δ
iter_object.go 67.89% <100%> (ø) ⬆️
reflect_struct_decoder.go 80.02% <0%> (-4%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update acfec88...9c0685d. Read the comment docs.

@taowen taowen merged commit 49c900e into json-iterator:master Jan 6, 2020
zhenzou pushed a commit to zhenzou/jsoniter that referenced this pull request Feb 2, 2022
fix the error message typo of ReadObjectCB & ReadMapCb function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants