Merge pull request #248 from ing-bank/chore/technicalDebt
Localize: get rid of tech debt for normalizing group separator
This commit is contained in:
commit
f0573198fc
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