Closed
Description
According to http://yaml-online-parser.appspot.com/, when a ,
is used in a number, it is interpreted as a string.
I don't think I saw anywhere the it should be used as a number separator (for visibility), while in #18096, we can make assumptions that _
is valid (and also according to the online parser).
But removing this (as it is used only in floats ?) could be a BC break though...