[utils] Correct octal/hexadecimal number detection in js_to_json

This commit is contained in:
Yen Chi Hsuan 2016-08-19 20:37:17 +08:00
parent 9e5751b9fe
commit e4659b4547
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,9 @@
version <unreleased>
Core
* Fix js_to_json(): correct octal or hexadecimal number detection
version 2016.08.19
Core