ICU-21957 Update TODO ticket reference: CLDR-13044 (done) ---> ICU-21420 (open).

This commit is contained in:
gnrunge 2022-09-02 13:14:42 -07:00 committed by Norbert Runge
parent 6e3a923056
commit 00003dcbf2
4 changed files with 4 additions and 4 deletions

View file

@ -2285,7 +2285,7 @@ void NumberFormatterApiTest::unitCurrency() {
-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",

View file

@ -987,7 +987,7 @@ void NumberRangeFormatterTest::test21358_SignPosition() {
u"CHF≈5000.00",
u"CHF 5000.005000000.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()

View file

@ -2245,7 +2245,7 @@ public class NumberFormatterApiTest extends TestFmwk {
-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",

View file

@ -917,7 +917,7 @@ public class NumberRangeFormatterTest extends TestFmwk {
"CHF≈5000.00",
"CHF 5000.005000000.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()