mirror of
https://github.com/tc39/test262.git
synced 2025-09-26 11:38:50 +02:00
Recent Python gives a warning about the \s escape in a string pattern passed to re.sub(). Apparently this is not supported. Instead, pass a width of ∞ to yaml.dump() to avoid adding the line breaks in the first place that the regexp was removing.