mirror of
https://github.com/tc39/test262.git
synced 2025-09-26 11:38:50 +02:00
Specify a descriptive value for the previously-unused third parameter of the `verifyFormatParts` function in order to disambiguate error messages. This patch was generated with the following command: sed -i 's/\(verifyFormatParts([^,]\+, \)\([^,]\+\))/\1\2, "\2")/g' \ test/intl402/NumberFormat/prototype/formatToParts/signDisplay-currency-*