chore(localize): add test to check for BG space separator
This commit is contained in:
parent
59053f161c
commit
0c9c116e46
1 changed files with 1 additions and 0 deletions
|
|
@ -8,5 +8,6 @@ describe('getGroupSeparator', () => {
|
||||||
expect(getGroupSeparator('nl-NL')).to.equal('.');
|
expect(getGroupSeparator('nl-NL')).to.equal('.');
|
||||||
expect(getGroupSeparator('fr-FR')).to.equal(' ');
|
expect(getGroupSeparator('fr-FR')).to.equal(' ');
|
||||||
expect(getGroupSeparator('es-ES')).to.equal('.');
|
expect(getGroupSeparator('es-ES')).to.equal('.');
|
||||||
|
expect(getGroupSeparator('bg-BG')).to.equal(' ');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue