mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-21957 Update TODO ticket reference: CLDR-13044 (done) ---> ICU-21420 (open).
This commit is contained in:
parent
6e3a923056
commit
00003dcbf2
4 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -917,7 +917,7 @@ public class NumberRangeFormatterTest extends TestFmwk {
|
|||
"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()
|
||||
|
|
Loading…
Add table
Reference in a new issue