Skip to content

Commit 0da49bd

Browse files
committed
ACP2E-1012: No space between a custom currency symbol and a price
1 parent 7ffc879 commit 0da49bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Directory/Test/Unit/Model/CurrencyTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,13 @@ public function getFormatTxtNumberFormatterDataProvider(): array
235235
['precision' => 2, 'symbol' => '#', 'display' => Currency::NO_SYMBOL],
236236
'9,999.99'
237237
],
238+
[
239+
'en_US',
240+
'IDR',
241+
'9999',
242+
['display' => Currency::USE_SYMBOL, 'precision' => 2, 'symbol' => 'IDRx NBSP'],
243+
'IDRxNBSP 9,999.00'
244+
],
238245
];
239246
}
240247

0 commit comments

Comments
 (0)