From af693b791c5b03cb80f6770be6e024e489698624 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Tue, 20 Aug 2024 19:34:46 +0300 Subject: [PATCH] Add Duplicate Variant to table in test/README.md --- test/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/test/README.md b/test/README.md index 95a8ef7f0e..3b58c02e0d 100644 --- a/test/README.md +++ b/test/README.md @@ -34,6 +34,7 @@ to the error names used in ["MessageFormat 2.0 Errors"](../spec/errors.md) in th | Bad Variant Key | bad-variant-key | | Duplicate Declaration | duplicate-declaration | | Duplicate Option Name | duplicate-option-name | +| Duplicate Variant | duplicate-variant | | Missing Fallback Variant | missing-fallback-variant | | Missing Selector Annotation | missing-selector-annotation | | Syntax Error | syntax-error |