Comment 7 for bug 1640523

Revision history for this message
Michael Vogt (mvo) wrote : Re: Parse integer-like YAML values as strings

Ok, so - in yaml the leading "0" means octal. And "0658" is of course not a valid octal number. Which looks like we need to warn about those leading "0" to avoid confusion.