Closed
Description
js-yaml/lib/js-yaml/type/int.js
Lines 159 to 164 in c62fd62
- now: -10 -> 0b-1010
- should be: -10 -> -0b1010
The same for octal & hex.
Reference: #398 (comment)
js-yaml/lib/js-yaml/type/int.js
Lines 159 to 164 in c62fd62
The same for octal & hex.
Reference: #398 (comment)