ICU-22722 Fix missing starter character for MF2 keyword in User Guide

This commit is contained in:
Elango Cheran 2024-04-11 09:22:13 -07:00
parent 29b1141f79
commit dbb3fe957a

View file

@ -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.}";