-123.12,
u"RON-123.12");
- // TODO(CLDR-13044): Move the sign to the inside of the number
+ // TODO(ICU-21420): Move the sign to the inside of the number
assertFormatSingle(
u"Sign position on negative number with currency spacing",
u"currency/RON",
u"CHF≈5’000.00",
u"CHF 5’000.00–5’000’000.00");
- // TODO(CLDR-13044): Move the sign to the inside of the number
+ // TODO(ICU-21420): Move the sign to the inside of the number
assertFormatRange(
u"Approximately sign position with currency spacing",
NumberRangeFormatter::with()
-123.12,
"RON-123.12");
- // TODO(CLDR-13044): Move the sign to the inside of the number
+ // TODO(ICU-21420): Move the sign to the inside of the number
assertFormatSingle(
"Sign position on negative number with currency spacing",
"currency/RON",
"CHF≈5’000.00",
"CHF 5’000.00–5’000’000.00");
- // TODO(CLDR-13044): Move the sign to the inside of the number
+ // TODO(ICU-21420): Move the sign to the inside of the number
assertFormatRange(
"Approximately sign position with currency spacing",
NumberRangeFormatter.with()