mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 13:05:31 +00:00
ICU-22722 Fix missing starter character for MF2 keyword in User Guide
This commit is contained in:
parent
29b1141f79
commit
dbb3fe957a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public void testMf2() {
|
|||
```java
|
||||
@Test
|
||||
public void testMf2Selection() {
|
||||
final String message = "match {$count :plural}"
|
||||
final String message = ".match {$count :plural}"
|
||||
+ " when 1 {You have one notification.}"
|
||||
+ " when one {You have {$count} notification.}"
|
||||
+ " when * {You have {$count} notifications.}";
|
||||
|
|
Loading…
Add table
Reference in a new issue