fix(common): update CLDR generated files to 36.0.0 (#33584)

PR Close #33584
This commit is contained in:
Joey Perrott
2019-11-07 10:01:44 -08:00
committed by Andrew Scott
parent e51acd5bcc
commit c77faf566e
690 changed files with 4241 additions and 2739 deletions

View File

@ -100,7 +100,7 @@ import {beforeEach, describe, expect, it} from '@angular/core/testing/src/testin
expect(pipe.transform(5.1234, 'CAD', 'symbol-narrow')).toEqual('$5.12');
expect(pipe.transform(5.1234, 'CAD', 'symbol-narrow', '5.2-2')).toEqual('$00,005.12');
expect(pipe.transform(5.1234, 'CAD', 'symbol-narrow', '5.2-2', 'fr'))
.toEqual('00 005,12 $');
.toEqual('00\u202f005,12 $');
expect(pipe.transform(5, 'USD', 'symbol', '', 'fr')).toEqual('5,00 $US');
expect(pipe.transform(123456789, 'EUR', 'symbol', '', 'de-at'))
.toEqual('€ 123.456.789,00');