Skip to content

Commit

Permalink
ICU-21957 Update TODO ticket reference: CLDR-13044 (done) ---> ICU-21420
Browse files Browse the repository at this point in the history
 (open).
  • Loading branch information
gnrunge authored and gnrunge committed Sep 6, 2022
1 parent 6e3a923 commit 00003dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/numbertest_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/numbertest_range.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ void NumberRangeFormatterTest::test21358_SignPosition() {
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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ public void unitCurrency() {
-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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ public void test21358_SignPosition() {
"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()
Expand Down

0 comments on commit 00003dc

Please sign in to comment.