Skip to content

Fix implicit conversion in string made by numbers.#5

Open
corvofeng wants to merge 1 commit intojeffsu:masterfrom
corvofeng:master
Open

Fix implicit conversion in string made by numbers.#5
corvofeng wants to merge 1 commit intojeffsu:masterfrom
corvofeng:master

Conversation

@corvofeng
Copy link

When I passed {hello: '1'}, the hello's value should be a string '1' not a number 1, but code will give this:

------------------------
TESTING:
{ hello: '1' }
OUTPUT:
hello: 1
------------------------

This result isn't I expect, so I make a change.

Signed-off-by: corvofeng corvofeng@gmail.com

Signed-off-by: corvofeng <corvofeng@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments