fix lint-intl bad test case
This commit is contained in:
parent
81e600bf2e
commit
74ec087a59
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@ const tests: Record<string, Test> = {
|
||||||
messageformat: '{a, plural, other {a}}',
|
messageformat: '{a, plural, other {a}}',
|
||||||
expectErrors: ['noOneChoice'],
|
expectErrors: ['noOneChoice'],
|
||||||
},
|
},
|
||||||
'icu:noOneChoice:2': {
|
|
||||||
messageformat: '{a, plural}',
|
|
||||||
expectErrors: ['noOneChoice'],
|
|
||||||
},
|
|
||||||
'icu:err5': {
|
'icu:err5': {
|
||||||
messageformat: '{a, selectordinal, one {a} other {as}}',
|
messageformat: '{a, selectordinal, one {a} other {as}}',
|
||||||
expectErrors: ['noOrdinal'],
|
expectErrors: ['noOrdinal'],
|
||||||
|
|
Loading…
Reference in a new issue